Html Css Color HEX #DF0EDB Deep Magenta

📋 copy color: '#DF0EDB'

red 223 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #DF0EDB

Tints of Deep Magenta #DF0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 48.9%
G = 3.07%
B = 48.03%

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

#DF0EDB (or 0xDF0EDB) is known color: Deep Magenta. HEX triplet: DF, 0E and DB. RGB value is (223,14,219). Sum of RGB (Red+Green+Blue) = 223+14+219=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EDB is #20F124. Grayscale: #636363. Windows color (decimal): -2158885 or 14356191. OLE color: 14356191.

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

Color convert

RGB 223 14 219 -
CMYK 0 0.94 0.02 0.13
HSL 301.15º 0.88% 0.46% -
HSV(B) 301.15º 0.94% 0.87% -
XYZ 43.37 21.12 68.81 -
YUV 99.86 195.24 215.83 -
System Red Green Blue C M Y K H S L
Decimal 223 14 219 0 0.94 0.02 0.13 301.15 0.88 0.46
Hex DF E DB 0 5E 2 D 12D 58 2E
Octal 337 16 333 0 136 2 15 455 130 56
Binary 11011111 1110 11011011 0 1011110 10 1101 100101101 1011000 101110

Color Harmonies of #DF0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0EDB

Black with #DF0EDB

Text Example


Text Example

White with #DF0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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