Html Css Color HEX #DF21CE Deep Magenta

📋 copy color: '#DF21CE'

red 223 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #DF21CE

Tints of Deep Magenta #DF21CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 48.27%
G = 7.14%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF21CE (or 0xDF21CE) is known color: Deep Magenta. HEX triplet: DF, 21 and CE. RGB value is (223,33,206). Sum of RGB (Red+Green+Blue) = 223+33+206=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21CE is #20DE31. Grayscale: #6D6D6D. Windows color (decimal): -2154034 or 13509087. OLE color: 13509087.

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

Color convert

RGB 223 33 206 -
CMYK 0 0.85 0.08 0.13
HSL 305.37º 0.75% 0.5% -
HSV(B) 305.37º 0.85% 0.87% -
XYZ 42.12 21.23 60.27 -
YUV 109.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 223 33 206 0 0.85 0.08 0.13 305.37 0.75 0.5
Hex DF 21 CE 0 55 8 D 131 4B 32
Octal 337 41 316 0 125 10 15 461 113 62
Binary 11011111 100001 11001110 0 1010101 1000 1101 100110001 1001011 110010

Color Harmonies of #DF21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21CE

Black with #DF21CE

Text Example


Text Example

White with #DF21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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