Html Css Color HEX #DC09A2 Hollywood Cerise

📋 copy color: '#DC09A2'

red 220 ◦ green 9 ◦ blue 162

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

Shades of Hollywood Cerise #DC09A2

Tints of Hollywood Cerise #DC09A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.43%

R = 56.27%
G = 2.3%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC09A2 (or 0xDC09A2) is known color: Hollywood Cerise. HEX triplet: DC, 09 and A2. RGB value is (220,9,162). Sum of RGB (Red+Green+Blue) = 220+9+162=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09A2 is #23F65D. Grayscale: #595959. Windows color (decimal): -2356830 or 10619356. OLE color: 10619356.

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

Color convert

RGB 220 9 162 -
CMYK 0 0.96 0.26 0.14
HSL 316.49º 0.92% 0.45% -
HSV(B) 316.49º 0.96% 0.86% -
XYZ 36.13 18.02 35.76 -
YUV 89.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 220 9 162 0 0.96 0.26 0.14 316.49 0.92 0.45
Hex DC 9 A2 0 60 1A E 13C 5C 2D
Octal 334 11 242 0 140 32 16 474 134 55
Binary 11011100 1001 10100010 0 1100000 11010 1110 100111100 1011100 101101

Color Harmonies of #DC09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09A2

Black with #DC09A2

Text Example


Text Example

White with #DC09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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