Html Css Color HEX #DC0DDF Deep Magenta

📋 copy color: '#DC0DDF'

red 220 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #DC0DDF

Tints of Deep Magenta #DC0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 48.25%
G = 2.85%
B = 48.9%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC0DDF (or 0xDC0DDF) is known color: Deep Magenta. HEX triplet: DC, 0D and DF. RGB value is (220,13,223). Sum of RGB (Red+Green+Blue) = 220+13+223=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DDF is #23F220. Grayscale: #626262. Windows color (decimal): -2355745 or 14618076. OLE color: 14618076.

HSL color Cylindrical-coordinate representation of color #DC0DDF: hue angle of 299.14º degrees, saturation: 0.89, 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 #DC0DDF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 13 223 -
CMYK 0.01 0.94 0 0.13
HSL 299.14º 0.89% 0.46% -
HSV(B) 299.14º 0.94% 0.87% -
XYZ 42.98 20.83 71.57 -
YUV 98.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 220 13 223 0.01 0.94 0 0.13 299.14 0.89 0.46
Hex DC D DF 1 5E 0 D 12B 59 2E
Octal 334 15 337 1 136 0 15 453 131 56
Binary 11011100 1101 11011111 1 1011110 0 1101 100101011 1011001 101110

Color Harmonies of #DC0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DDF

Black with #DC0DDF

Text Example


Text Example

White with #DC0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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