Html Css Color HEX #D60DA8 Hollywood Cerise

📋 copy color: '#D60DA8'

red 214 ◦ green 13 ◦ blue 168

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

Shades of Hollywood Cerise #D60DA8

Tints of Hollywood Cerise #D60DA8

RGB

 RED value IS 214 (83.98% from 255) = 54.18%

 GREEN value IS 13 (5.47% from 255) = 3.29%

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 54.18%
G = 3.29%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D60DA8 (or 0xD60DA8) is known color: Hollywood Cerise. HEX triplet: D6, 0D and A8. RGB value is (214,13,168). Sum of RGB (Red+Green+Blue) = 214+13+168=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DA8 is #29F257. Grayscale: #5A5A5A. Windows color (decimal): -2749016 or 11013590. OLE color: 11013590.

HSL color Cylindrical-coordinate representation of color #D60DA8: hue angle of 313.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DA8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 168 -
CMYK 0 0.94 0.21 0.16
HSL 313.73º 0.89% 0.45% -
HSV(B) 313.73º 0.94% 0.84% -
XYZ 34.94 17.41 38.56 -
YUV 90.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 214 13 168 0 0.94 0.21 0.16 313.73 0.89 0.45
Hex D6 D A8 0 5E 15 10 13A 59 2D
Octal 326 15 250 0 136 25 20 472 131 55
Binary 11010110 1101 10101000 0 1011110 10101 10000 100111010 1011001 101101

Color Harmonies of #D60DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DA8

Black with #D60DA8

Text Example


Text Example

White with #D60DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DA8; }

 p { color: rgb(214,13,168); }

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

background-color css

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

 a { background-color: rgb(214,13,168); }

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

border-color css

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

 span { border-color: rgb(214,13,168); }

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