Html Css Color HEX #D72092 Medium Violet Red

📋 copy color: '#D72092'

red 215 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #D72092

Tints of Medium Violet Red #D72092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.15%

R = 54.71%
G = 8.14%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D72092 (or 0xD72092) is known color: Medium Violet Red. HEX triplet: D7, 20 and 92. RGB value is (215,32,146). Sum of RGB (Red+Green+Blue) = 215+32+146=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D72092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72092 is #28DF6D. Grayscale: #636363. Windows color (decimal): -2678638 or 9576663. OLE color: 9576663.

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

Color convert

RGB 215 32 146 -
CMYK 0 0.85 0.32 0.16
HSL 322.62º 0.74% 0.48% -
HSV(B) 322.62º 0.85% 0.84% -
XYZ 33.73 17.56 28.8 -
YUV 99.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 215 32 146 0 0.85 0.32 0.16 322.62 0.74 0.48
Hex D7 20 92 0 55 20 10 143 4A 30
Octal 327 40 222 0 125 40 20 503 112 60
Binary 11010111 100000 10010010 0 1010101 100000 10000 101000011 1001010 110000

Color Harmonies of #D72092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72092

Black with #D72092

Text Example


Text Example

White with #D72092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72092; }

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

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

background-color css

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

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

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

border-color css

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

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

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