Html Css Color HEX #D720C0 Deep Magenta

📋 copy color: '#D720C0'

red 215 ◦ green 32 ◦ blue 192

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

Shades of Deep Magenta #D720C0

Tints of Deep Magenta #D720C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 48.97%
G = 7.29%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D720C0 (or 0xD720C0) is known color: Deep Magenta. HEX triplet: D7, 20 and C0. RGB value is (215,32,192). Sum of RGB (Red+Green+Blue) = 215+32+192=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D720C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720C0 is #28DF3F. Grayscale: #686868. Windows color (decimal): -2678592 or 12591319. OLE color: 12591319.

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

Color convert

RGB 215 32 192 -
CMYK 0 0.85 0.11 0.16
HSL 307.54º 0.74% 0.48% -
HSV(B) 307.54º 0.85% 0.84% -
XYZ 38.06 19.29 51.59 -
YUV 104.96 177.13 206.49 -
System Red Green Blue C M Y K H S L
Decimal 215 32 192 0 0.85 0.11 0.16 307.54 0.74 0.48
Hex D7 20 C0 0 55 B 10 134 4A 30
Octal 327 40 300 0 125 13 20 464 112 60
Binary 11010111 100000 11000000 0 1010101 1011 10000 100110100 1001010 110000

Color Harmonies of #D720C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720C0

Black with #D720C0

Text Example


Text Example

White with #D720C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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