Html Css Color HEX #DC0598 Hollywood Cerise

📋 copy color: '#DC0598'

red 220 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #DC0598

Tints of Hollywood Cerise #DC0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 58.36%
G = 1.33%
B = 40.32%

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

#DC0598 (or 0xDC0598) is known color: Hollywood Cerise. HEX triplet: DC, 05 and 98. RGB value is (220,5,152). Sum of RGB (Red+Green+Blue) = 220+5+152=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0598 is #23FA67. Grayscale: #555555. Windows color (decimal): -2357864 or 9962972. OLE color: 9962972.

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

Color convert

RGB 220 5 152 -
CMYK 0 0.98 0.31 0.14
HSL 318.98º 0.96% 0.44% -
HSV(B) 318.98º 0.98% 0.86% -
XYZ 35.24 17.59 31.24 -
YUV 86.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 220 5 152 0 0.98 0.31 0.14 318.98 0.96 0.44
Hex DC 5 98 0 62 1F E 13F 60 2C
Octal 334 5 230 0 142 37 16 477 140 54
Binary 11011100 101 10011000 0 1100010 11111 1110 100111111 1100000 101100

Color Harmonies of #DC0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0598

Black with #DC0598

Text Example


Text Example

White with #DC0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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