Html Css Color HEX #DC0DD5 Deep Magenta

📋 copy color: '#DC0DD5'

red 220 ◦ green 13 ◦ blue 213

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

Shades of Deep Magenta #DC0DD5

Tints of Deep Magenta #DC0DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.76%

R = 49.33%
G = 2.91%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC0DD5 (or 0xDC0DD5) is known color: Deep Magenta. HEX triplet: DC, 0D and D5. RGB value is (220,13,213). Sum of RGB (Red+Green+Blue) = 220+13+213=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DD5 is #23F22A. Grayscale: #616161. Windows color (decimal): -2355755 or 13962716. OLE color: 13962716.

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

Color convert

RGB 220 13 213 -
CMYK 0 0.94 0.03 0.14
HSL 302.03º 0.89% 0.46% -
HSV(B) 302.03º 0.94% 0.86% -
XYZ 41.67 20.31 64.67 -
YUV 97.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 220 13 213 0 0.94 0.03 0.14 302.03 0.89 0.46
Hex DC D D5 0 5E 3 E 12E 59 2E
Octal 334 15 325 0 136 3 16 456 131 56
Binary 11011100 1101 11010101 0 1011110 11 1110 100101110 1011001 101110

Color Harmonies of #DC0DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DD5

Black with #DC0DD5

Text Example


Text Example

White with #DC0DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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