Html Css Color HEX #DF0ED2 Deep Magenta

📋 copy color: '#DF0ED2'

red 223 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #DF0ED2

Tints of Deep Magenta #DF0ED2

RGB

 RED value IS 223 (87.5% from 255) = 49.89%

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

 BLUE value IS 210 (82.42% from 255) = 46.98%

R = 49.89%
G = 3.13%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF0ED2 (or 0xDF0ED2) is known color: Deep Magenta. HEX triplet: DF, 0E and D2. RGB value is (223,14,210). Sum of RGB (Red+Green+Blue) = 223+14+210=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED2 is #20F12D. Grayscale: #626262. Windows color (decimal): -2158894 or 13766367. OLE color: 13766367.

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

Color convert

RGB 223 14 210 -
CMYK 0 0.94 0.06 0.13
HSL 303.73º 0.88% 0.46% -
HSV(B) 303.73º 0.94% 0.87% -
XYZ 42.22 20.66 62.73 -
YUV 98.84 190.74 216.56 -
System Red Green Blue C M Y K H S L
Decimal 223 14 210 0 0.94 0.06 0.13 303.73 0.88 0.46
Hex DF E D2 0 5E 6 D 130 58 2E
Octal 337 16 322 0 136 6 15 460 130 56
Binary 11011111 1110 11010010 0 1011110 110 1101 100110000 1011000 101110

Color Harmonies of #DF0ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0ED2

Black with #DF0ED2

Text Example


Text Example

White with #DF0ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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