Html Css Color HEX #DC0DA5 Hollywood Cerise

📋 copy color: '#DC0DA5'

red 220 ◦ green 13 ◦ blue 165

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

Shades of Hollywood Cerise #DC0DA5

Tints of Hollywood Cerise #DC0DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 55.28%
G = 3.27%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC0DA5 (or 0xDC0DA5) is known color: Hollywood Cerise. HEX triplet: DC, 0D and A5. RGB value is (220,13,165). Sum of RGB (Red+Green+Blue) = 220+13+165=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0DA5 is #23F25A. Grayscale: #5B5B5B. Windows color (decimal): -2355803 or 10816988. OLE color: 10816988.

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

Color convert

RGB 220 13 165 -
CMYK 0 0.94 0.25 0.14
HSL 315.94º 0.89% 0.46% -
HSV(B) 315.94º 0.94% 0.86% -
XYZ 36.45 18.22 37.19 -
YUV 92.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 220 13 165 0 0.94 0.25 0.14 315.94 0.89 0.46
Hex DC D A5 0 5E 19 E 13C 59 2E
Octal 334 15 245 0 136 31 16 474 131 56
Binary 11011100 1101 10100101 0 1011110 11001 1110 100111100 1011001 101110

Color Harmonies of #DC0DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DA5

Black with #DC0DA5

Text Example


Text Example

White with #DC0DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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