Html Css Color HEX #D72095 Medium Violet Red

📋 copy color: '#D72095'

red 215 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #D72095

Tints of Medium Violet Red #D72095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.63%

R = 54.29%
G = 8.08%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72095 (or 0xD72095) is known color: Medium Violet Red. HEX triplet: D7, 20 and 95. RGB value is (215,32,149). Sum of RGB (Red+Green+Blue) = 215+32+149=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D72095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72095 is #28DF6A. Grayscale: #636363. Windows color (decimal): -2678635 or 9773271. OLE color: 9773271.

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

Color convert

RGB 215 32 149 -
CMYK 0 0.85 0.31 0.16
HSL 321.64º 0.74% 0.48% -
HSV(B) 321.64º 0.85% 0.84% -
XYZ 33.97 17.65 30.05 -
YUV 100.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 215 32 149 0 0.85 0.31 0.16 321.64 0.74 0.48
Hex D7 20 95 0 55 1F 10 142 4A 30
Octal 327 40 225 0 125 37 20 502 112 60
Binary 11010111 100000 10010101 0 1010101 11111 10000 101000010 1001010 110000

Color Harmonies of #D72095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72095

Black with #D72095

Text Example


Text Example

White with #D72095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72095; }

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

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

background-color css

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

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

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

border-color css

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

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

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