Html Css Color HEX #DF0ED3 Deep Magenta

📋 copy color: '#DF0ED3'

red 223 ◦ green 14 ◦ blue 211

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

Shades of Deep Magenta #DF0ED3

Tints of Deep Magenta #DF0ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 49.78%
G = 3.13%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF0ED3 (or 0xDF0ED3) is known color: Deep Magenta. HEX triplet: DF, 0E and D3. RGB value is (223,14,211). Sum of RGB (Red+Green+Blue) = 223+14+211=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED3 is #20F12C. Grayscale: #626262. Windows color (decimal): -2158893 or 13831903. OLE color: 13831903.

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

Color convert

RGB 223 14 211 -
CMYK 0 0.94 0.05 0.13
HSL 303.45º 0.88% 0.46% -
HSV(B) 303.45º 0.94% 0.87% -
XYZ 42.35 20.71 63.39 -
YUV 98.95 191.24 216.48 -
System Red Green Blue C M Y K H S L
Decimal 223 14 211 0 0.94 0.05 0.13 303.45 0.88 0.46
Hex DF E D3 0 5E 5 D 12F 58 2E
Octal 337 16 323 0 136 5 15 457 130 56
Binary 11011111 1110 11010011 0 1011110 101 1101 100101111 1011000 101110

Color Harmonies of #DF0ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0ED3

Black with #DF0ED3

Text Example


Text Example

White with #DF0ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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