Html Css Color HEX #D720C5 Deep Magenta

📋 copy color: '#D720C5'

red 215 ◦ green 32 ◦ blue 197

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

Shades of Deep Magenta #D720C5

Tints of Deep Magenta #D720C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 48.42%
G = 7.21%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D720C5 (or 0xD720C5) is known color: Deep Magenta. HEX triplet: D7, 20 and C5. RGB value is (215,32,197). Sum of RGB (Red+Green+Blue) = 215+32+197=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D720C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720C5 is #28DF3A. Grayscale: #696969. Windows color (decimal): -2678587 or 12918999. OLE color: 12918999.

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

Color convert

RGB 215 32 197 -
CMYK 0 0.85 0.08 0.16
HSL 305.9º 0.74% 0.48% -
HSV(B) 305.9º 0.85% 0.84% -
XYZ 38.62 19.51 54.55 -
YUV 105.53 179.63 206.08 -
System Red Green Blue C M Y K H S L
Decimal 215 32 197 0 0.85 0.08 0.16 305.9 0.74 0.48
Hex D7 20 C5 0 55 8 10 132 4A 30
Octal 327 40 305 0 125 10 20 462 112 60
Binary 11010111 100000 11000101 0 1010101 1000 10000 100110010 1001010 110000

Color Harmonies of #D720C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720C5

Black with #D720C5

Text Example


Text Example

White with #D720C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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