Html Css Color HEX #DC0D98 Hollywood Cerise

📋 copy color: '#DC0D98'

red 220 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #DC0D98

Tints of Hollywood Cerise #DC0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 57.14%
G = 3.38%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0D98 (or 0xDC0D98) is known color: Hollywood Cerise. HEX triplet: DC, 0D and 98. RGB value is (220,13,152). Sum of RGB (Red+Green+Blue) = 220+13+152=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D98 is #23F267. Grayscale: #5A5A5A. Windows color (decimal): -2355816 or 9965020. OLE color: 9965020.

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

Color convert

RGB 220 13 152 -
CMYK 0 0.94 0.31 0.14
HSL 319.71º 0.89% 0.46% -
HSV(B) 319.71º 0.94% 0.86% -
XYZ 35.33 17.77 31.27 -
YUV 90.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 220 13 152 0 0.94 0.31 0.14 319.71 0.89 0.46
Hex DC D 98 0 5E 1F E 140 59 2E
Octal 334 15 230 0 136 37 16 500 131 56
Binary 11011100 1101 10011000 0 1011110 11111 1110 101000000 1011001 101110

Color Harmonies of #DC0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D98

Black with #DC0D98

Text Example


Text Example

White with #DC0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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