Html Css Color HEX #DC039A Hollywood Cerise

📋 copy color: '#DC039A'

red 220 ◦ green 3 ◦ blue 154

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

Shades of Hollywood Cerise #DC039A

Tints of Hollywood Cerise #DC039A

RGB

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

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

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

R = 58.36%
G = 0.8%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC039A (or 0xDC039A) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 9A. RGB value is (220,3,154). Sum of RGB (Red+Green+Blue) = 220+3+154=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC039A is #23FC65. Grayscale: #545454. Windows color (decimal): -2358374 or 10093532. OLE color: 10093532.

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

Color convert

RGB 220 3 154 -
CMYK 0 0.99 0.3 0.14
HSL 318.25º 0.97% 0.44% -
HSV(B) 318.25º 0.99% 0.86% -
XYZ 35.38 17.61 32.11 -
YUV 85.1 166.89 224.22 -
System Red Green Blue C M Y K H S L
Decimal 220 3 154 0 0.99 0.3 0.14 318.25 0.97 0.44
Hex DC 3 9A 0 63 1E E 13E 61 2C
Octal 334 3 232 0 143 36 16 476 141 54
Binary 11011100 11 10011010 0 1100011 11110 1110 100111110 1100001 101100

Color Harmonies of #DC039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC039A

Black with #DC039A

Text Example


Text Example

White with #DC039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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