Html Css Color HEX #DF20DB Deep Magenta

📋 copy color: '#DF20DB'

red 223 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #DF20DB

Tints of Deep Magenta #DF20DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 47.05%
G = 6.75%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF20DB (or 0xDF20DB) is known color: Deep Magenta. HEX triplet: DF, 20 and DB. RGB value is (223,32,219). Sum of RGB (Red+Green+Blue) = 223+32+219=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20DB is #20DF24. Grayscale: #6D6D6D. Windows color (decimal): -2154277 or 14360799. OLE color: 14360799.

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

Color convert

RGB 223 32 219 -
CMYK 0 0.86 0.02 0.13
HSL 301.26º 0.75% 0.5% -
HSV(B) 301.26º 0.86% 0.87% -
XYZ 43.73 21.84 68.93 -
YUV 110.43 189.28 208.29 -
System Red Green Blue C M Y K H S L
Decimal 223 32 219 0 0.86 0.02 0.13 301.26 0.75 0.5
Hex DF 20 DB 0 56 2 D 12D 4B 32
Octal 337 40 333 0 126 2 15 455 113 62
Binary 11011111 100000 11011011 0 1010110 10 1101 100101101 1001011 110010

Color Harmonies of #DF20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20DB

Black with #DF20DB

Text Example


Text Example

White with #DF20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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