Html Css Color HEX #D609AC Hollywood Cerise

📋 copy color: '#D609AC'

red 214 ◦ green 9 ◦ blue 172

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

Shades of Hollywood Cerise #D609AC

Tints of Hollywood Cerise #D609AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 54.18%
G = 2.28%
B = 43.54%

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

#D609AC (or 0xD609AC) is known color: Hollywood Cerise. HEX triplet: D6, 09 and AC. RGB value is (214,9,172). Sum of RGB (Red+Green+Blue) = 214+9+172=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D609AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609AC is #29F653. Grayscale: #585858. Windows color (decimal): -2750036 or 11274710. OLE color: 11274710.

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

Color convert

RGB 214 9 172 -
CMYK 0 0.96 0.20 0.16
HSL 312.29º 0.92% 0.44% -
HSV(B) 312.29º 0.96% 0.84% -
XYZ 35.28 17.47 40.54 -
YUV 88.88 174.92 217.25 -
System Red Green Blue C M Y K H S L
Decimal 214 9 172 0 0.96 0.20 0.16 312.29 0.92 0.44
Hex D6 9 AC 0 60 14 10 138 5C 2C
Octal 326 11 254 0 140 24 20 470 134 54
Binary 11010110 1001 10101100 0 1100000 10100 10000 100111000 1011100 101100

Color Harmonies of #D609AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609AC

Black with #D609AC

Text Example


Text Example

White with #D609AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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