Html Css Color HEX #D23560 Cerise

📋 copy color: '#D23560'

red 210 ◦ green 53 ◦ blue 96

#D23560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D23560

Tints of Cerise #D23560

RGB

 RED value IS 210 (82.42% from 255) = 58.5%

 GREEN value IS 53 (21.09% from 255) = 14.76%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 58.5%
G = 14.76%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D23560 (or 0xD23560) is known color: Cerise. HEX triplet: D2, 35 and 60. RGB value is (210,53,96). Sum of RGB (Red+Green+Blue) = 210+53+96=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D23560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23560 is #2DCA9F. Grayscale: #686868. Windows color (decimal): -3000992 or 6305234. OLE color: 6305234.

HSL color Cylindrical-coordinate representation of color #D23560: hue angle of 343.57º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23560 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 53 96 -
CMYK 0 0.75 0.54 0.18
HSL 343.57º 0.64% 0.52% -
HSV(B) 343.57º 0.75% 0.82% -
XYZ 29.96 17.09 12.79 -
YUV 104.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 210 53 96 0 0.75 0.54 0.18 343.57 0.64 0.52
Hex D2 35 60 0 4B 36 12 158 40 34
Octal 322 65 140 0 113 66 22 530 100 64
Binary 11010010 110101 1100000 0 1001011 110110 10010 101011000 1000000 110100

Color Harmonies of #D23560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23560

Black with #D23560

Text Example


Text Example

White with #D23560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23560; }

 p { color: rgb(210,53,96); }

 H1.HeaderClassName
 {
   color: #D23560;
 }
 .AnyTagClassName
 {
   color: #D23560;
 }
</style>

background-color css

<style>
 a { background-color: #D23560; }

 a { background-color: rgb(210,53,96); }

 div.DivClassName
 {
   background-color: #D23560;
 }
 .BgClassName
 {
   background-color: #D23560;
 }
</style>

border-color css

<style>
 span { border-color: #D23560; }

 span { border-color: rgb(210,53,96); }

 td.TdClassName
 {
   border-color: #D23560;
 }
 .TagClassName
 {
   border-color: #D23560;
 }
</style>