Html Css Color HEX #D720A7 Medium Violet Red

📋 copy color: '#D720A7'

red 215 ◦ green 32 ◦ blue 167

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

Shades of Medium Violet Red #D720A7

Tints of Medium Violet Red #D720A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.34%

R = 51.93%
G = 7.73%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D720A7 (or 0xD720A7) is known color: Medium Violet Red. HEX triplet: D7, 20 and A7. RGB value is (215,32,167). Sum of RGB (Red+Green+Blue) = 215+32+167=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A7 is #28DF58. Grayscale: #656565. Windows color (decimal): -2678617 or 10952919. OLE color: 10952919.

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

Color convert

RGB 215 32 167 -
CMYK 0 0.85 0.22 0.16
HSL 315.74º 0.74% 0.48% -
HSV(B) 315.74º 0.85% 0.84% -
XYZ 35.52 18.27 38.21 -
YUV 102.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 215 32 167 0 0.85 0.22 0.16 315.74 0.74 0.48
Hex D7 20 A7 0 55 16 10 13C 4A 30
Octal 327 40 247 0 125 26 20 474 112 60
Binary 11010111 100000 10100111 0 1010101 10110 10000 100111100 1001010 110000

Color Harmonies of #D720A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720A7

Black with #D720A7

Text Example


Text Example

White with #D720A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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