Html Css Color HEX #DF21DA Deep Magenta

📋 copy color: '#DF21DA'

red 223 ◦ green 33 ◦ blue 218

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

Shades of Deep Magenta #DF21DA

Tints of Deep Magenta #DF21DA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.96%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 47.05%
G = 6.96%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF21DA (or 0xDF21DA) is known color: Deep Magenta. HEX triplet: DF, 21 and DA. RGB value is (223,33,218). Sum of RGB (Red+Green+Blue) = 223+33+218=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21DA is #20DE25. Grayscale: #6E6E6E. Windows color (decimal): -2154022 or 14295519. OLE color: 14295519.

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

Color convert

RGB 223 33 218 -
CMYK 0 0.85 0.02 0.13
HSL 301.58º 0.75% 0.5% -
HSV(B) 301.58º 0.85% 0.87% -
XYZ 43.63 21.84 68.25 -
YUV 110.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 223 33 218 0 0.85 0.02 0.13 301.58 0.75 0.5
Hex DF 21 DA 0 55 2 D 12E 4B 32
Octal 337 41 332 0 125 2 15 456 113 62
Binary 11011111 100001 11011010 0 1010101 10 1101 100101110 1001011 110010

Color Harmonies of #DF21DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21DA

Black with #DF21DA

Text Example


Text Example

White with #DF21DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21DA; }

 p { color: rgb(223,33,218); }

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

background-color css

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

 a { background-color: rgb(223,33,218); }

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

border-color css

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

 span { border-color: rgb(223,33,218); }

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