Html Css Color HEX #DC0399 Hollywood Cerise

📋 copy color: '#DC0399'

red 220 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #DC0399

Tints of Hollywood Cerise #DC0399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 58.51%
G = 0.8%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC0399 (or 0xDC0399) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 99. RGB value is (220,3,153). Sum of RGB (Red+Green+Blue) = 220+3+153=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0399 is #23FC66. Grayscale: #545454. Windows color (decimal): -2358375 or 10027996. OLE color: 10027996.

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

Color convert

RGB 220 3 153 -
CMYK 0 0.99 0.30 0.14
HSL 318.53º 0.97% 0.44% -
HSV(B) 318.53º 0.99% 0.86% -
XYZ 35.3 17.58 31.67 -
YUV 84.98 166.39 224.3 -
System Red Green Blue C M Y K H S L
Decimal 220 3 153 0 0.99 0.30 0.14 318.53 0.97 0.44
Hex DC 3 99 0 63 1E E 13F 61 2C
Octal 334 3 231 0 143 36 16 477 141 54
Binary 11011100 11 10011001 0 1100011 11110 1110 100111111 1100001 101100

Color Harmonies of #DC0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0399

Black with #DC0399

Text Example


Text Example

White with #DC0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0399; }

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

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

background-color css

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

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

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

border-color css

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

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

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