Html Css Color HEX #D609AB Hollywood Cerise

📋 copy color: '#D609AB'

red 214 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #D609AB

Tints of Hollywood Cerise #D609AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 54.31%
G = 2.28%
B = 43.4%

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

#D609AB (or 0xD609AB) is known color: Hollywood Cerise. HEX triplet: D6, 09 and AB. RGB value is (214,9,171). Sum of RGB (Red+Green+Blue) = 214+9+171=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D609AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609AB is #29F654. Grayscale: #585858. Windows color (decimal): -2750037 or 11209174. OLE color: 11209174.

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

Color convert

RGB 214 9 171 -
CMYK 0 0.96 0.20 0.16
HSL 312.59º 0.92% 0.44% -
HSV(B) 312.59º 0.96% 0.84% -
XYZ 35.18 17.43 40.04 -
YUV 88.76 174.42 217.33 -
System Red Green Blue C M Y K H S L
Decimal 214 9 171 0 0.96 0.20 0.16 312.59 0.92 0.44
Hex D6 9 AB 0 60 14 10 139 5C 2C
Octal 326 11 253 0 140 24 20 471 134 54
Binary 11010110 1001 10101011 0 1100000 10100 10000 100111001 1011100 101100

Color Harmonies of #D609AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609AB

Black with #D609AB

Text Example


Text Example

White with #D609AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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