Html Css Color HEX #DC009F Hollywood Cerise

📋 copy color: '#DC009F'

red 220 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #DC009F

Tints of Hollywood Cerise #DC009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 58.05%
G = 0%
B = 41.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC009F (or 0xDC009F) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 9F. RGB value is (220,0,159). Sum of RGB (Red+Green+Blue) = 220+0+159=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC009F is #23FF60. Grayscale: #535353. Windows color (decimal): -2359137 or 10420444. OLE color: 10420444.

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

Color convert

RGB 220 0 159 -
CMYK 0 1 0.28 0.14
HSL 316.64º 1% 0.43% -
HSV(B) 316.64º 1% 0.86% -
XYZ 35.77 17.72 34.34 -
YUV 83.91 170.39 225.07 -
System Red Green Blue C M Y K H S L
Decimal 220 0 159 0 1 0.28 0.14 316.64 1 0.43
Hex DC 0 9F 0 64 1C E 13D 64 2B
Octal 334 0 237 0 144 34 16 475 144 53
Binary 11011100 0 10011111 0 1100100 11100 1110 100111101 1100100 101011

Color Harmonies of #DC009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC009F

Black with #DC009F

Text Example


Text Example

White with #DC009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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