Html Css Color HEX #DC0D9E Hollywood Cerise

📋 copy color: '#DC0D9E'

red 220 ◦ green 13 ◦ blue 158

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

Shades of Hollywood Cerise #DC0D9E

Tints of Hollywood Cerise #DC0D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.41%

R = 56.27%
G = 3.32%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC0D9E (or 0xDC0D9E) is known color: Hollywood Cerise. HEX triplet: DC, 0D and 9E. RGB value is (220,13,158). Sum of RGB (Red+Green+Blue) = 220+13+158=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D9E is #23F261. Grayscale: #5B5B5B. Windows color (decimal): -2355810 or 10358236. OLE color: 10358236.

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

Color convert

RGB 220 13 158 -
CMYK 0 0.94 0.28 0.14
HSL 317.97º 0.89% 0.46% -
HSV(B) 317.97º 0.94% 0.86% -
XYZ 35.83 17.97 33.93 -
YUV 91.42 165.58 219.71 -
System Red Green Blue C M Y K H S L
Decimal 220 13 158 0 0.94 0.28 0.14 317.97 0.89 0.46
Hex DC D 9E 0 5E 1C E 13E 59 2E
Octal 334 15 236 0 136 34 16 476 131 56
Binary 11011100 1101 10011110 0 1011110 11100 1110 100111110 1011001 101110

Color Harmonies of #DC0D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D9E

Black with #DC0D9E

Text Example


Text Example

White with #DC0D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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