Html Css Color HEX #DC039C Hollywood Cerise

📋 copy color: '#DC039C'

red 220 ◦ green 3 ◦ blue 156

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

Shades of Hollywood Cerise #DC039C

Tints of Hollywood Cerise #DC039C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 58.05%
G = 0.79%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC039C (or 0xDC039C) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 9C. RGB value is (220,3,156). Sum of RGB (Red+Green+Blue) = 220+3+156=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC039C is #23FC63. Grayscale: #545454. Windows color (decimal): -2358372 or 10224604. OLE color: 10224604.

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

Color convert

RGB 220 3 156 -
CMYK 0 0.99 0.29 0.14
HSL 317.7º 0.97% 0.44% -
HSV(B) 317.7º 0.99% 0.86% -
XYZ 35.55 17.68 32.99 -
YUV 85.33 167.89 224.06 -
System Red Green Blue C M Y K H S L
Decimal 220 3 156 0 0.99 0.29 0.14 317.7 0.97 0.44
Hex DC 3 9C 0 63 1D E 13E 61 2C
Octal 334 3 234 0 143 35 16 476 141 54
Binary 11011100 11 10011100 0 1100011 11101 1110 100111110 1100001 101100

Color Harmonies of #DC039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC039C

Black with #DC039C

Text Example


Text Example

White with #DC039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC039C; }

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

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

background-color css

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

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

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

border-color css

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

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

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