Html Css Color HEX #D720D0 Deep Magenta

📋 copy color: '#D720D0'

red 215 ◦ green 32 ◦ blue 208

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

Shades of Deep Magenta #D720D0

Tints of Deep Magenta #D720D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.71%

R = 47.25%
G = 7.03%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D720D0 (or 0xD720D0) is known color: Deep Magenta. HEX triplet: D7, 20 and D0. RGB value is (215,32,208). Sum of RGB (Red+Green+Blue) = 215+32+208=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D720D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720D0 is #28DF2F. Grayscale: #6A6A6A. Windows color (decimal): -2678576 or 13639895. OLE color: 13639895.

HSL color Cylindrical-coordinate representation of color #D720D0: hue angle of 302.3º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720D0 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 208 -
CMYK 0 0.85 0.03 0.16
HSL 302.3º 0.74% 0.48% -
HSV(B) 302.3º 0.85% 0.84% -
XYZ 39.93 20.03 61.44 -
YUV 106.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 215 32 208 0 0.85 0.03 0.16 302.3 0.74 0.48
Hex D7 20 D0 0 55 3 10 12E 4A 30
Octal 327 40 320 0 125 3 20 456 112 60
Binary 11010111 100000 11010000 0 1010101 11 10000 100101110 1001010 110000

Color Harmonies of #D720D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720D0

Black with #D720D0

Text Example


Text Example

White with #D720D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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