Html Css Color HEX #DC0EDF Deep Magenta

📋 copy color: '#DC0EDF'

red 220 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #DC0EDF

Tints of Deep Magenta #DC0EDF

RGB

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

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

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

R = 48.14%
G = 3.06%
B = 48.8%

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

#DC0EDF (or 0xDC0EDF) is known color: Deep Magenta. HEX triplet: DC, 0E and DF. RGB value is (220,14,223). Sum of RGB (Red+Green+Blue) = 220+14+223=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EDF is #23F120. Grayscale: #626262. Windows color (decimal): -2355489 or 14618332. OLE color: 14618332.

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

Color convert

RGB 220 14 223 -
CMYK 0.01 0.94 0 0.13
HSL 299.14º 0.88% 0.46% -
HSV(B) 299.14º 0.94% 0.87% -
XYZ 42.99 20.86 71.57 -
YUV 99.42 197.75 214.01 -
System Red Green Blue C M Y K H S L
Decimal 220 14 223 0.01 0.94 0 0.13 299.14 0.88 0.46
Hex DC E DF 1 5E 0 D 12B 58 2E
Octal 334 16 337 1 136 0 15 453 130 56
Binary 11011100 1110 11011111 1 1011110 0 1101 100101011 1011000 101110

Color Harmonies of #DC0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EDF

Black with #DC0EDF

Text Example


Text Example

White with #DC0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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