Html Css Color HEX #DF0EDD Deep Magenta

📋 copy color: '#DF0EDD'

red 223 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #DF0EDD

Tints of Deep Magenta #DF0EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 48.69%
G = 3.06%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF0EDD (or 0xDF0EDD) is known color: Deep Magenta. HEX triplet: DF, 0E and DD. RGB value is (223,14,221). Sum of RGB (Red+Green+Blue) = 223+14+221=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EDD is #20F122. Grayscale: #636363. Windows color (decimal): -2158883 or 14487263. OLE color: 14487263.

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

Color convert

RGB 223 14 221 -
CMYK 0 0.94 0.01 0.13
HSL 300.57º 0.88% 0.46% -
HSV(B) 300.57º 0.94% 0.87% -
XYZ 43.64 21.22 70.2 -
YUV 100.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 223 14 221 0 0.94 0.01 0.13 300.57 0.88 0.46
Hex DF E DD 0 5E 1 D 12D 58 2E
Octal 337 16 335 0 136 1 15 455 130 56
Binary 11011111 1110 11011101 0 1011110 1 1101 100101101 1011000 101110

Color Harmonies of #DF0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EDD

Black with #DF0EDD

Text Example


Text Example

White with #DF0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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