Html Css Color HEX #DF0EDA Deep Magenta

📋 copy color: '#DF0EDA'

red 223 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #DF0EDA

Tints of Deep Magenta #DF0EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 49.01%
G = 3.08%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF0EDA (or 0xDF0EDA) is known color: Deep Magenta. HEX triplet: DF, 0E and DA. RGB value is (223,14,218). Sum of RGB (Red+Green+Blue) = 223+14+218=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EDA is #20F125. Grayscale: #636363. Windows color (decimal): -2158886 or 14290655. OLE color: 14290655.

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

Color convert

RGB 223 14 218 -
CMYK 0 0.94 0.02 0.13
HSL 301.44º 0.88% 0.46% -
HSV(B) 301.44º 0.94% 0.87% -
XYZ 43.24 21.06 68.12 -
YUV 99.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 223 14 218 0 0.94 0.02 0.13 301.44 0.88 0.46
Hex DF E DA 0 5E 2 D 12D 58 2E
Octal 337 16 332 0 136 2 15 455 130 56
Binary 11011111 1110 11011010 0 1011110 10 1101 100101101 1011000 101110

Color Harmonies of #DF0EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EDA

Black with #DF0EDA

Text Example


Text Example

White with #DF0EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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