Html Css Color HEX #DC0DB0 Hollywood Cerise

📋 copy color: '#DC0DB0'

red 220 ◦ green 13 ◦ blue 176

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

Shades of Hollywood Cerise #DC0DB0

Tints of Hollywood Cerise #DC0DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 53.79%
G = 3.18%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC0DB0 (or 0xDC0DB0) is known color: Hollywood Cerise. HEX triplet: DC, 0D and B0. RGB value is (220,13,176). Sum of RGB (Red+Green+Blue) = 220+13+176=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0DB0 is #23F24F. Grayscale: #5D5D5D. Windows color (decimal): -2355792 or 11537884. OLE color: 11537884.

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

Color convert

RGB 220 13 176 -
CMYK 0 0.94 0.2 0.14
HSL 312.75º 0.89% 0.46% -
HSV(B) 312.75º 0.94% 0.86% -
XYZ 37.5 18.64 42.7 -
YUV 93.48 174.58 218.25 -
System Red Green Blue C M Y K H S L
Decimal 220 13 176 0 0.94 0.2 0.14 312.75 0.89 0.46
Hex DC D B0 0 5E 14 E 139 59 2E
Octal 334 15 260 0 136 24 16 471 131 56
Binary 11011100 1101 10110000 0 1011110 10100 1110 100111001 1011001 101110

Color Harmonies of #DC0DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DB0

Black with #DC0DB0

Text Example


Text Example

White with #DC0DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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