Html Css Color HEX #DC0EDD Deep Magenta

📋 copy color: '#DC0EDD'

red 220 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #DC0EDD

Tints of Deep Magenta #DC0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.08%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 48.35%
G = 3.08%
B = 48.57%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC0EDD (or 0xDC0EDD) is known color: Deep Magenta. HEX triplet: DC, 0E and DD. RGB value is (220,14,221). Sum of RGB (Red+Green+Blue) = 220+14+221=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EDD is #23F122. Grayscale: #626262. Windows color (decimal): -2355491 or 14487260. OLE color: 14487260.

HSL color Cylindrical-coordinate representation of color #DC0EDD: hue angle of 299.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EDD is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 14 221 -
CMYK 0.00 0.94 0 0.13
HSL 299.71º 0.88% 0.46% -
HSV(B) 299.71º 0.94% 0.87% -
XYZ 42.72 20.75 70.16 -
YUV 99.19 196.75 214.17 -
System Red Green Blue C M Y K H S L
Decimal 220 14 221 0.00 0.94 0 0.13 299.71 0.88 0.46
Hex DC E DD 0 5E 0 D 12C 58 2E
Octal 334 16 335 0 136 0 15 454 130 56
Binary 11011100 1110 11011101 0 1011110 0 1101 100101100 1011000 101110

Color Harmonies of #DC0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EDD

Black with #DC0EDD

Text Example


Text Example

White with #DC0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EDD; }

 p { color: rgb(220,14,221); }

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

background-color css

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

 a { background-color: rgb(220,14,221); }

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

border-color css

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

 span { border-color: rgb(220,14,221); }

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