Html Css Color HEX #D620DC Deep Magenta

📋 copy color: '#D620DC'

red 214 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #D620DC

Tints of Deep Magenta #D620DC

RGB

 RED value IS 214 (83.98% from 255) = 45.92%

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 45.92%
G = 6.87%
B = 47.21%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D620DC (or 0xD620DC) is known color: Deep Magenta. HEX triplet: D6, 20 and DC. RGB value is (214,32,220). Sum of RGB (Red+Green+Blue) = 214+32+220=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #D620DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620DC is #29DF23. Grayscale: #6B6B6B. Windows color (decimal): -2744100 or 14426326. OLE color: 14426326.

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

Color convert

RGB 214 32 220 -
CMYK 0.03 0.85 0 0.14
HSL 298.09º 0.75% 0.49% -
HSV(B) 298.09º 0.85% 0.86% -
XYZ 41.17 20.5 69.5 -
YUV 107.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 214 32 220 0.03 0.85 0 0.14 298.09 0.75 0.49
Hex D6 20 DC 3 55 0 E 12A 4B 31
Octal 326 40 334 3 125 0 16 452 113 61
Binary 11010110 100000 11011100 11 1010101 0 1110 100101010 1001011 110001

Color Harmonies of #D620DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D620DC

Black with #D620DC

Text Example


Text Example

White with #D620DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D620DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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