Html Css Color HEX #DF1EE0 Deep Magenta

📋 copy color: '#DF1EE0'

red 223 ◦ green 30 ◦ blue 224

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

Shades of Deep Magenta #DF1EE0

Tints of Deep Magenta #DF1EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.29%

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 46.75%
G = 6.29%
B = 46.96%

CMYK

 C value IS 0.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF1EE0 (or 0xDF1EE0) is known color: Deep Magenta. HEX triplet: DF, 1E and E0. RGB value is (223,30,224). Sum of RGB (Red+Green+Blue) = 223+30+224=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EE0 is #20E11F. Grayscale: #6D6D6D. Windows color (decimal): -2154784 or 14687967. OLE color: 14687967.

HSL color Cylindrical-coordinate representation of color #DF1EE0: hue angle of 299.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EE0 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 30 224 -
CMYK 0.00 0.87 0 0.12
HSL 299.69º 0.76% 0.5% -
HSV(B) 299.69º 0.87% 0.88% -
XYZ 44.35 22 72.43 -
YUV 109.82 192.44 208.73 -
System Red Green Blue C M Y K H S L
Decimal 223 30 224 0.00 0.87 0 0.12 299.69 0.76 0.5
Hex DF 1E E0 0 57 0 C 12C 4C 32
Octal 337 36 340 0 127 0 14 454 114 62
Binary 11011111 11110 11100000 0 1010111 0 1100 100101100 1001100 110010

Color Harmonies of #DF1EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1EE0

Black with #DF1EE0

Text Example


Text Example

White with #DF1EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1EE0; }

 p { color: rgb(223,30,224); }

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

background-color css

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

 a { background-color: rgb(223,30,224); }

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

border-color css

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

 span { border-color: rgb(223,30,224); }

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