Html Css Color HEX #DF20CF Deep Magenta

📋 copy color: '#DF20CF'

red 223 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #DF20CF

Tints of Deep Magenta #DF20CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 48.27%
G = 6.93%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF20CF (or 0xDF20CF) is known color: Deep Magenta. HEX triplet: DF, 20 and CF. RGB value is (223,32,207). Sum of RGB (Red+Green+Blue) = 223+32+207=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20CF is #20DF30. Grayscale: #6C6C6C. Windows color (decimal): -2154289 or 13574367. OLE color: 13574367.

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

Color convert

RGB 223 32 207 -
CMYK 0 0.86 0.07 0.13
HSL 305.03º 0.75% 0.5% -
HSV(B) 305.03º 0.86% 0.87% -
XYZ 42.21 21.23 60.9 -
YUV 109.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 223 32 207 0 0.86 0.07 0.13 305.03 0.75 0.5
Hex DF 20 CF 0 56 7 D 131 4B 32
Octal 337 40 317 0 126 7 15 461 113 62
Binary 11011111 100000 11001111 0 1010110 111 1101 100110001 1001011 110010

Color Harmonies of #DF20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20CF

Black with #DF20CF

Text Example


Text Example

White with #DF20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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