Html Css Color HEX #DC20CF Deep Magenta

📋 copy color: '#DC20CF'

red 220 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #DC20CF

Tints of Deep Magenta #DC20CF

RGB

 RED value IS 220 (86.33% from 255) = 47.93%

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

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

R = 47.93%
G = 6.97%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC20CF (or 0xDC20CF) is known color: Deep Magenta. HEX triplet: DC, 20 and CF. RGB value is (220,32,207). Sum of RGB (Red+Green+Blue) = 220+32+207=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20CF is #23DF30. Grayscale: #6B6B6B. Windows color (decimal): -2350897 or 13574364. OLE color: 13574364.

HSL color Cylindrical-coordinate representation of color #DC20CF: hue angle of 304.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20CF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 207 -
CMYK 0 0.85 0.06 0.14
HSL 304.15º 0.75% 0.49% -
HSV(B) 304.15º 0.85% 0.86% -
XYZ 41.29 20.75 60.86 -
YUV 108.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 220 32 207 0 0.85 0.06 0.14 304.15 0.75 0.49
Hex DC 20 CF 0 55 6 E 130 4B 31
Octal 334 40 317 0 125 6 16 460 113 61
Binary 11011100 100000 11001111 0 1010101 110 1110 100110000 1001011 110001

Color Harmonies of #DC20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20CF

Black with #DC20CF

Text Example


Text Example

White with #DC20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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