Html Css Color HEX #DF20DE Deep Magenta

📋 copy color: '#DF20DE'

red 223 ◦ green 32 ◦ blue 222

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

Shades of Deep Magenta #DF20DE

Tints of Deep Magenta #DF20DE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.71%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 46.75%
G = 6.71%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF20DE (or 0xDF20DE) is known color: Deep Magenta. HEX triplet: DF, 20 and DE. RGB value is (223,32,222). Sum of RGB (Red+Green+Blue) = 223+32+222=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20DE is #20DF21. Grayscale: #6E6E6E. Windows color (decimal): -2154274 or 14557407. OLE color: 14557407.

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

Color convert

RGB 223 32 222 -
CMYK 0 0.86 0.00 0.13
HSL 300.31º 0.75% 0.5% -
HSV(B) 300.31º 0.86% 0.87% -
XYZ 44.13 21.99 71.03 -
YUV 110.77 190.78 208.05 -
System Red Green Blue C M Y K H S L
Decimal 223 32 222 0 0.86 0.00 0.13 300.31 0.75 0.5
Hex DF 20 DE 0 56 0 D 12C 4B 32
Octal 337 40 336 0 126 0 15 454 113 62
Binary 11011111 100000 11011110 0 1010110 0 1101 100101100 1001011 110010

Color Harmonies of #DF20DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20DE

Black with #DF20DE

Text Example


Text Example

White with #DF20DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20DE; }

 p { color: rgb(223,32,222); }

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

background-color css

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

 a { background-color: rgb(223,32,222); }

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

border-color css

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

 span { border-color: rgb(223,32,222); }

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