Html Css Color HEX #DC0498 Hollywood Cerise

📋 copy color: '#DC0498'

red 220 ◦ green 4 ◦ blue 152

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

Shades of Hollywood Cerise #DC0498

Tints of Hollywood Cerise #DC0498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 58.51%
G = 1.06%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0498 (or 0xDC0498) is known color: Hollywood Cerise. HEX triplet: DC, 04 and 98. RGB value is (220,4,152). Sum of RGB (Red+Green+Blue) = 220+4+152=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0498 is #23FB67. Grayscale: #555555. Windows color (decimal): -2358120 or 9962716. OLE color: 9962716.

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

Color convert

RGB 220 4 152 -
CMYK 0 0.98 0.31 0.14
HSL 318.89º 0.96% 0.44% -
HSV(B) 318.89º 0.98% 0.86% -
XYZ 35.23 17.57 31.24 -
YUV 85.46 165.56 223.97 -
System Red Green Blue C M Y K H S L
Decimal 220 4 152 0 0.98 0.31 0.14 318.89 0.96 0.44
Hex DC 4 98 0 62 1F E 13F 60 2C
Octal 334 4 230 0 142 37 16 477 140 54
Binary 11011100 100 10011000 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DC0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0498

Black with #DC0498

Text Example


Text Example

White with #DC0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0498; }

 p { color: rgb(220,4,152); }

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

background-color css

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

 a { background-color: rgb(220,4,152); }

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

border-color css

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

 span { border-color: rgb(220,4,152); }

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