Html Css Color HEX #DF20E0 Deep Magenta

📋 copy color: '#DF20E0'

red 223 ◦ green 32 ◦ blue 224

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

Shades of Deep Magenta #DF20E0

Tints of Deep Magenta #DF20E0

RGB

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

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

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

R = 46.56%
G = 6.68%
B = 46.76%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF20E0 (or 0xDF20E0) is known color: Deep Magenta. HEX triplet: DF, 20 and E0. RGB value is (223,32,224). Sum of RGB (Red+Green+Blue) = 223+32+224=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF20E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20E0 is #20DF1F. Grayscale: #6E6E6E. Windows color (decimal): -2154272 or 14688479. OLE color: 14688479.

HSL color Cylindrical-coordinate representation of color #DF20E0: 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.86%. Process color model (Four color, CMYK) of #DF20E0 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 32 224 -
CMYK 0.00 0.86 0 0.12
HSL 299.69º 0.76% 0.5% -
HSV(B) 299.69º 0.86% 0.88% -
XYZ 44.4 22.1 72.45 -
YUV 111 191.78 207.89 -
System Red Green Blue C M Y K H S L
Decimal 223 32 224 0.00 0.86 0 0.12 299.69 0.76 0.5
Hex DF 20 E0 0 56 0 C 12C 4C 32
Octal 337 40 340 0 126 0 14 454 114 62
Binary 11011111 100000 11100000 0 1010110 0 1100 100101100 1001100 110010

Color Harmonies of #DF20E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20E0

Black with #DF20E0

Text Example


Text Example

White with #DF20E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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