Html Css Color HEX #D608AB Hollywood Cerise

📋 copy color: '#D608AB'

red 214 ◦ green 8 ◦ blue 171

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

Shades of Hollywood Cerise #D608AB

Tints of Hollywood Cerise #D608AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 54.45%
G = 2.04%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D608AB (or 0xD608AB) is known color: Hollywood Cerise. HEX triplet: D6, 08 and AB. RGB value is (214,8,171). Sum of RGB (Red+Green+Blue) = 214+8+171=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D608AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608AB is #29F754. Grayscale: #575757. Windows color (decimal): -2750293 or 11208918. OLE color: 11208918.

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

Color convert

RGB 214 8 171 -
CMYK 0 0.96 0.20 0.16
HSL 312.52º 0.93% 0.44% -
HSV(B) 312.52º 0.96% 0.84% -
XYZ 35.17 17.41 40.03 -
YUV 88.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 214 8 171 0 0.96 0.20 0.16 312.52 0.93 0.44
Hex D6 8 AB 0 60 14 10 139 5D 2C
Octal 326 10 253 0 140 24 20 471 135 54
Binary 11010110 1000 10101011 0 1100000 10100 10000 100111001 1011101 101100

Color Harmonies of #D608AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608AB

Black with #D608AB

Text Example


Text Example

White with #D608AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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