Html Css Color HEX #DC009A Hollywood Cerise

📋 copy color: '#DC009A'

red 220 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #DC009A

Tints of Hollywood Cerise #DC009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 58.82%
G = 0%
B = 41.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC009A (or 0xDC009A) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 9A. RGB value is (220,0,154). Sum of RGB (Red+Green+Blue) = 220+0+154=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC009A is #23FF65. Grayscale: #525252. Windows color (decimal): -2359142 or 10092764. OLE color: 10092764.

HSL color Cylindrical-coordinate representation of color #DC009A: hue angle of 318º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC009A is Cyan = 0, Magento = 1, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 154 -
CMYK 0 1 0.3 0.14
HSL 318º 1% 0.43% -
HSV(B) 318º 1% 0.86% -
XYZ 35.35 17.55 32.1 -
YUV 83.34 167.89 225.48 -
System Red Green Blue C M Y K H S L
Decimal 220 0 154 0 1 0.3 0.14 318 1 0.43
Hex DC 0 9A 0 64 1E E 13E 64 2B
Octal 334 0 232 0 144 36 16 476 144 53
Binary 11011100 0 10011010 0 1100100 11110 1110 100111110 1100100 101011

Color Harmonies of #DC009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC009A

Black with #DC009A

Text Example


Text Example

White with #DC009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC009A; }

 p { color: rgb(220,0,154); }

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

background-color css

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

 a { background-color: rgb(220,0,154); }

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

border-color css

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

 span { border-color: rgb(220,0,154); }

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