Html Css Color HEX #D608A6 Hollywood Cerise

📋 copy color: '#D608A6'

red 214 ◦ green 8 ◦ blue 166

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

Shades of Hollywood Cerise #D608A6

Tints of Hollywood Cerise #D608A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 55.15%
G = 2.06%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D608A6 (or 0xD608A6) is known color: Hollywood Cerise. HEX triplet: D6, 08 and A6. RGB value is (214,8,166). Sum of RGB (Red+Green+Blue) = 214+8+166=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D608A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608A6 is #29F759. Grayscale: #575757. Windows color (decimal): -2750298 or 10881238. OLE color: 10881238.

HSL color Cylindrical-coordinate representation of color #D608A6: hue angle of 313.98º 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 #D608A6 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 166 -
CMYK 0 0.96 0.22 0.16
HSL 313.98º 0.93% 0.44% -
HSV(B) 313.98º 0.96% 0.84% -
XYZ 34.7 17.22 37.57 -
YUV 87.61 172.25 218.15 -
System Red Green Blue C M Y K H S L
Decimal 214 8 166 0 0.96 0.22 0.16 313.98 0.93 0.44
Hex D6 8 A6 0 60 16 10 13A 5D 2C
Octal 326 10 246 0 140 26 20 472 135 54
Binary 11010110 1000 10100110 0 1100000 10110 10000 100111010 1011101 101100

Color Harmonies of #D608A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608A6

Black with #D608A6

Text Example


Text Example

White with #D608A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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