Html Css Color HEX #D04060 Cerise

📋 copy color: '#D04060'

red 208 ◦ green 64 ◦ blue 96

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

Shades of Cerise #D04060

Tints of Cerise #D04060

RGB

 RED value IS 208 (81.64% from 255) = 56.52%

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 56.52%
G = 17.39%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D04060 (or 0xD04060) is known color: Cerise. HEX triplet: D0, 40 and 60. RGB value is (208,64,96). Sum of RGB (Red+Green+Blue) = 208+64+96=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04060 is #2FBF9F. Grayscale: #6E6E6E. Windows color (decimal): -3129248 or 6308048. OLE color: 6308048.

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

Color convert

RGB 208 64 96 -
CMYK 0 0.69 0.54 0.18
HSL 346.67º 0.61% 0.53% -
HSV(B) 346.67º 0.69% 0.82% -
XYZ 29.96 17.92 12.95 -
YUV 110.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 208 64 96 0 0.69 0.54 0.18 346.67 0.61 0.53
Hex D0 40 60 0 45 36 12 15B 3D 35
Octal 320 100 140 0 105 66 22 533 75 65
Binary 11010000 1000000 1100000 0 1000101 110110 10010 101011011 111101 110101

Color Harmonies of #D04060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04060

Black with #D04060

Text Example


Text Example

White with #D04060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04060; }

 p { color: rgb(208,64,96); }

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

background-color css

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

 a { background-color: rgb(208,64,96); }

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

border-color css

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

 span { border-color: rgb(208,64,96); }

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