Html Css Color HEX #DC09AA Hollywood Cerise

📋 copy color: '#DC09AA'

red 220 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #DC09AA

Tints of Hollywood Cerise #DC09AA

RGB

 RED value IS 220 (86.33% from 255) = 55.14%

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 55.14%
G = 2.26%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC09AA (or 0xDC09AA) is known color: Hollywood Cerise. HEX triplet: DC, 09 and AA. RGB value is (220,9,170). Sum of RGB (Red+Green+Blue) = 220+9+170=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09AA is #23F655. Grayscale: #5A5A5A. Windows color (decimal): -2356822 or 11143644. OLE color: 11143644.

HSL color Cylindrical-coordinate representation of color #DC09AA: hue angle of 314.22º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09AA is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 170 -
CMYK 0 0.96 0.23 0.14
HSL 314.22º 0.92% 0.45% -
HSV(B) 314.22º 0.96% 0.86% -
XYZ 36.87 18.31 39.62 -
YUV 90.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 220 9 170 0 0.96 0.23 0.14 314.22 0.92 0.45
Hex DC 9 AA 0 60 17 E 13A 5C 2D
Octal 334 11 252 0 140 27 16 472 134 55
Binary 11011100 1001 10101010 0 1100000 10111 1110 100111010 1011100 101101

Color Harmonies of #DC09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09AA

Black with #DC09AA

Text Example


Text Example

White with #DC09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09AA; }

 p { color: rgb(220,9,170); }

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

background-color css

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

 a { background-color: rgb(220,9,170); }

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

border-color css

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

 span { border-color: rgb(220,9,170); }

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