Html Css Color HEX #D72096 Medium Violet Red

📋 copy color: '#D72096'

red 215 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #D72096

Tints of Medium Violet Red #D72096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 54.16%
G = 8.06%
B = 37.78%

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

#D72096 (or 0xD72096) is known color: Medium Violet Red. HEX triplet: D7, 20 and 96. RGB value is (215,32,150). Sum of RGB (Red+Green+Blue) = 215+32+150=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D72096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72096 is #28DF69. Grayscale: #636363. Windows color (decimal): -2678634 or 9838807. OLE color: 9838807.

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

Color convert

RGB 215 32 150 -
CMYK 0 0.85 0.30 0.16
HSL 321.31º 0.74% 0.48% -
HSV(B) 321.31º 0.85% 0.84% -
XYZ 34.05 17.68 30.47 -
YUV 100.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 215 32 150 0 0.85 0.30 0.16 321.31 0.74 0.48
Hex D7 20 96 0 55 1E 10 141 4A 30
Octal 327 40 226 0 125 36 20 501 112 60
Binary 11010111 100000 10010110 0 1010101 11110 10000 101000001 1001010 110000

Color Harmonies of #D72096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72096

Black with #D72096

Text Example


Text Example

White with #D72096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72096; }

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

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

background-color css

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

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

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

border-color css

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

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

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