Html Css Color HEX #D720DC Deep Magenta

📋 copy color: '#D720DC'

red 215 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #D720DC

Tints of Deep Magenta #D720DC

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

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

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

R = 46.04%
G = 6.85%
B = 47.11%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D720DC (or 0xD720DC) is known color: Deep Magenta. HEX triplet: D7, 20 and DC. RGB value is (215,32,220). Sum of RGB (Red+Green+Blue) = 215+32+220=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #D720DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720DC is #28DF23. Grayscale: #6B6B6B. Windows color (decimal): -2678564 or 14426327. OLE color: 14426327.

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

Color convert

RGB 215 32 220 -
CMYK 0.02 0.85 0 0.14
HSL 298.4º 0.75% 0.49% -
HSV(B) 298.4º 0.85% 0.86% -
XYZ 41.46 20.65 69.51 -
YUV 108.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 215 32 220 0.02 0.85 0 0.14 298.4 0.75 0.49
Hex D7 20 DC 2 55 0 E 12A 4B 31
Octal 327 40 334 2 125 0 16 452 113 61
Binary 11010111 100000 11011100 10 1010101 0 1110 100101010 1001011 110001

Color Harmonies of #D720DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720DC

Black with #D720DC

Text Example


Text Example

White with #D720DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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