Html Css Color HEX #D608A0 Hollywood Cerise

📋 copy color: '#D608A0'

red 214 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #D608A0

Tints of Hollywood Cerise #D608A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 56.02%
G = 2.09%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D608A0 (or 0xD608A0) is known color: Hollywood Cerise. HEX triplet: D6, 08 and A0. RGB value is (214,8,160). Sum of RGB (Red+Green+Blue) = 214+8+160=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D608A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608A0 is #29F75F. Grayscale: #565656. Windows color (decimal): -2750304 or 10488022. OLE color: 10488022.

HSL color Cylindrical-coordinate representation of color #D608A0: hue angle of 315.73º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D608A0 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 160 -
CMYK 0 0.96 0.25 0.16
HSL 315.73º 0.93% 0.44% -
HSV(B) 315.73º 0.96% 0.84% -
XYZ 34.16 17.01 34.74 -
YUV 86.92 169.25 218.64 -
System Red Green Blue C M Y K H S L
Decimal 214 8 160 0 0.96 0.25 0.16 315.73 0.93 0.44
Hex D6 8 A0 0 60 19 10 13C 5D 2C
Octal 326 10 240 0 140 31 20 474 135 54
Binary 11010110 1000 10100000 0 1100000 11001 10000 100111100 1011101 101100

Color Harmonies of #D608A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608A0

Black with #D608A0

Text Example


Text Example

White with #D608A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608A0; }

 p { color: rgb(214,8,160); }

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

background-color css

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

 a { background-color: rgb(214,8,160); }

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

border-color css

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

 span { border-color: rgb(214,8,160); }

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