Html Css Color HEX #DF00E1 Deep Magenta

📋 copy color: '#DF00E1'

red 223 ◦ green 0 ◦ blue 225

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

Shades of Deep Magenta #DF00E1

Tints of Deep Magenta #DF00E1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 225 (88.28% from 255) = 50.22%

R = 49.78%
G = 0%
B = 50.22%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF00E1 (or 0xDF00E1) is known color: Deep Magenta. HEX triplet: DF, 00 and E1. RGB value is (223,0,225). Sum of RGB (Red+Green+Blue) = 223+0+225=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF00E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00E1 is #20FF1E. Grayscale: #5B5B5B. Windows color (decimal): -2162463 or 14745823. OLE color: 14745823.

HSL color Cylindrical-coordinate representation of color #DF00E1: hue angle of 299.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00E1 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 0 225 -
CMYK 0.01 1 0 0.12
HSL 299.47º 1% 0.44% -
HSV(B) 299.47º 1% 0.88% -
XYZ 44.02 21.12 72.99 -
YUV 92.33 202.88 221.2 -
System Red Green Blue C M Y K H S L
Decimal 223 0 225 0.01 1 0 0.12 299.47 1 0.44
Hex DF 0 E1 1 64 0 C 12B 64 2C
Octal 337 0 341 1 144 0 14 453 144 54
Binary 11011111 0 11100001 1 1100100 0 1100 100101011 1100100 101100

Color Harmonies of #DF00E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00E1

Black with #DF00E1

Text Example


Text Example

White with #DF00E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00E1; }

 p { color: rgb(223,0,225); }

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

background-color css

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

 a { background-color: rgb(223,0,225); }

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

border-color css

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

 span { border-color: rgb(223,0,225); }

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