Html Css Color HEX #DF20CD Deep Magenta

📋 copy color: '#DF20CD'

red 223 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #DF20CD

Tints of Deep Magenta #DF20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 48.48%
G = 6.96%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF20CD (or 0xDF20CD) is known color: Deep Magenta. HEX triplet: DF, 20 and CD. RGB value is (223,32,205). Sum of RGB (Red+Green+Blue) = 223+32+205=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20CD is #20DF32. Grayscale: #6C6C6C. Windows color (decimal): -2154291 or 13443295. OLE color: 13443295.

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

Color convert

RGB 223 32 205 -
CMYK 0 0.86 0.08 0.13
HSL 305.65º 0.75% 0.5% -
HSV(B) 305.65º 0.86% 0.87% -
XYZ 41.97 21.13 59.62 -
YUV 108.83 182.28 209.43 -
System Red Green Blue C M Y K H S L
Decimal 223 32 205 0 0.86 0.08 0.13 305.65 0.75 0.5
Hex DF 20 CD 0 56 8 D 132 4B 32
Octal 337 40 315 0 126 10 15 462 113 62
Binary 11011111 100000 11001101 0 1010110 1000 1101 100110010 1001011 110010

Color Harmonies of #DF20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF20CD

Black with #DF20CD

Text Example


Text Example

White with #DF20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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