Html Css Color HEX #DC039F Hollywood Cerise

📋 copy color: '#DC039F'

red 220 ◦ green 3 ◦ blue 159

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

Shades of Hollywood Cerise #DC039F

Tints of Hollywood Cerise #DC039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 57.59%
G = 0.79%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC039F (or 0xDC039F) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 9F. RGB value is (220,3,159). Sum of RGB (Red+Green+Blue) = 220+3+159=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC039F is #23FC60. Grayscale: #555555. Windows color (decimal): -2358369 or 10421212. OLE color: 10421212.

HSL color Cylindrical-coordinate representation of color #DC039F: hue angle of 316.87º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC039F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 159 -
CMYK 0 0.99 0.28 0.14
HSL 316.87º 0.97% 0.44% -
HSV(B) 316.87º 0.99% 0.86% -
XYZ 35.81 17.78 34.35 -
YUV 85.67 169.39 223.82 -
System Red Green Blue C M Y K H S L
Decimal 220 3 159 0 0.99 0.28 0.14 316.87 0.97 0.44
Hex DC 3 9F 0 63 1C E 13D 61 2C
Octal 334 3 237 0 143 34 16 475 141 54
Binary 11011100 11 10011111 0 1100011 11100 1110 100111101 1100001 101100

Color Harmonies of #DC039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC039F

Black with #DC039F

Text Example


Text Example

White with #DC039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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