Html Css Color HEX #DF21D1 Deep Magenta

📋 copy color: '#DF21D1'

red 223 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #DF21D1

Tints of Deep Magenta #DF21D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.95%

R = 47.96%
G = 7.1%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF21D1 (or 0xDF21D1) is known color: Deep Magenta. HEX triplet: DF, 21 and D1. RGB value is (223,33,209). Sum of RGB (Red+Green+Blue) = 223+33+209=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21D1 is #20DE2E. Grayscale: #6D6D6D. Windows color (decimal): -2154031 or 13705695. OLE color: 13705695.

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

Color convert

RGB 223 33 209 -
CMYK 0 0.85 0.06 0.13
HSL 304.42º 0.75% 0.5% -
HSV(B) 304.42º 0.85% 0.87% -
XYZ 42.48 21.38 62.21 -
YUV 109.87 183.95 208.69 -
System Red Green Blue C M Y K H S L
Decimal 223 33 209 0 0.85 0.06 0.13 304.42 0.75 0.5
Hex DF 21 D1 0 55 6 D 130 4B 32
Octal 337 41 321 0 125 6 15 460 113 62
Binary 11011111 100001 11010001 0 1010101 110 1101 100110000 1001011 110010

Color Harmonies of #DF21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21D1

Black with #DF21D1

Text Example


Text Example

White with #DF21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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