Html Css Color HEX #D72097 Medium Violet Red

📋 copy color: '#D72097'

red 215 ◦ green 32 ◦ blue 151

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

Shades of Medium Violet Red #D72097

Tints of Medium Violet Red #D72097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 54.02%
G = 8.04%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D72097 (or 0xD72097) is known color: Medium Violet Red. HEX triplet: D7, 20 and 97. RGB value is (215,32,151). Sum of RGB (Red+Green+Blue) = 215+32+151=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D72097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72097 is #28DF68. Grayscale: #636363. Windows color (decimal): -2678633 or 9904343. OLE color: 9904343.

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

Color convert

RGB 215 32 151 -
CMYK 0 0.85 0.30 0.16
HSL 320.98º 0.74% 0.48% -
HSV(B) 320.98º 0.85% 0.84% -
XYZ 34.13 17.71 30.9 -
YUV 100.28 156.63 209.82 -
System Red Green Blue C M Y K H S L
Decimal 215 32 151 0 0.85 0.30 0.16 320.98 0.74 0.48
Hex D7 20 97 0 55 1E 10 141 4A 30
Octal 327 40 227 0 125 36 20 501 112 60
Binary 11010111 100000 10010111 0 1010101 11110 10000 101000001 1001010 110000

Color Harmonies of #D72097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72097

Black with #D72097

Text Example


Text Example

White with #D72097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72097; }

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

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

background-color css

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

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

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

border-color css

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

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

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