Html Css Color HEX #DF21D7 Deep Magenta

📋 copy color: '#DF21D7'

red 223 ◦ green 33 ◦ blue 215

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

Shades of Deep Magenta #DF21D7

Tints of Deep Magenta #DF21D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 47.35%
G = 7.01%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF21D7 (or 0xDF21D7) is known color: Deep Magenta. HEX triplet: DF, 21 and D7. RGB value is (223,33,215). Sum of RGB (Red+Green+Blue) = 223+33+215=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21D7 is #20DE28. Grayscale: #6E6E6E. Windows color (decimal): -2154025 or 14098911. OLE color: 14098911.

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

Color convert

RGB 223 33 215 -
CMYK 0 0.85 0.04 0.13
HSL 302.53º 0.75% 0.5% -
HSV(B) 302.53º 0.85% 0.87% -
XYZ 43.24 21.68 66.2 -
YUV 110.56 186.95 208.2 -
System Red Green Blue C M Y K H S L
Decimal 223 33 215 0 0.85 0.04 0.13 302.53 0.75 0.5
Hex DF 21 D7 0 55 4 D 12F 4B 32
Octal 337 41 327 0 125 4 15 457 113 62
Binary 11011111 100001 11010111 0 1010101 100 1101 100101111 1001011 110010

Color Harmonies of #DF21D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21D7

Black with #DF21D7

Text Example


Text Example

White with #DF21D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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