Html Css Color HEX #DF20D5 Deep Magenta

📋 copy color: '#DF20D5'

red 223 ◦ green 32 ◦ blue 213

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

Shades of Deep Magenta #DF20D5

Tints of Deep Magenta #DF20D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 47.65%
G = 6.84%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF20D5 (or 0xDF20D5) is known color: Deep Magenta. HEX triplet: DF, 20 and D5. RGB value is (223,32,213). Sum of RGB (Red+Green+Blue) = 223+32+213=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20D5 is #20DF2A. Grayscale: #6D6D6D. Windows color (decimal): -2154283 or 13967583. OLE color: 13967583.

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

Color convert

RGB 223 32 213 -
CMYK 0 0.86 0.04 0.13
HSL 303.14º 0.75% 0.5% -
HSV(B) 303.14º 0.86% 0.87% -
XYZ 42.96 21.53 64.84 -
YUV 109.74 186.28 208.78 -
System Red Green Blue C M Y K H S L
Decimal 223 32 213 0 0.86 0.04 0.13 303.14 0.75 0.5
Hex DF 20 D5 0 56 4 D 12F 4B 32
Octal 337 40 325 0 126 4 15 457 113 62
Binary 11011111 100000 11010101 0 1010110 100 1101 100101111 1001011 110010

Color Harmonies of #DF20D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20D5

Black with #DF20D5

Text Example


Text Example

White with #DF20D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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