Html Css Color HEX #D720A3 Medium Violet Red

📋 copy color: '#D720A3'

red 215 ◦ green 32 ◦ blue 163

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

Shades of Medium Violet Red #D720A3

Tints of Medium Violet Red #D720A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.76%

R = 52.44%
G = 7.8%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D720A3 (or 0xD720A3) is known color: Medium Violet Red. HEX triplet: D7, 20 and A3. RGB value is (215,32,163). Sum of RGB (Red+Green+Blue) = 215+32+163=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D720A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720A3 is #28DF5C. Grayscale: #656565. Windows color (decimal): -2678621 or 10690775. OLE color: 10690775.

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

Color convert

RGB 215 32 163 -
CMYK 0 0.85 0.24 0.16
HSL 317.05º 0.74% 0.48% -
HSV(B) 317.05º 0.85% 0.84% -
XYZ 35.15 18.12 36.3 -
YUV 101.65 162.63 208.85 -
System Red Green Blue C M Y K H S L
Decimal 215 32 163 0 0.85 0.24 0.16 317.05 0.74 0.48
Hex D7 20 A3 0 55 18 10 13D 4A 30
Octal 327 40 243 0 125 30 20 475 112 60
Binary 11010111 100000 10100011 0 1010101 11000 10000 100111101 1001010 110000

Color Harmonies of #D720A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D720A3

Black with #D720A3

Text Example


Text Example

White with #D720A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D720A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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