Html Css Color HEX #D80592 Medium Violet Red

📋 copy color: '#D80592'

red 216 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #D80592

Tints of Medium Violet Red #D80592

RGB

 RED value IS 216 (84.77% from 255) = 58.86%

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 58.86%
G = 1.36%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80592 (or 0xD80592) is known color: Medium Violet Red. HEX triplet: D8, 05 and 92. RGB value is (216,5,146). Sum of RGB (Red+Green+Blue) = 216+5+146=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80592 is #27FA6D. Grayscale: #535353. Windows color (decimal): -2620014 or 9569752. OLE color: 9569752.

HSL color Cylindrical-coordinate representation of color #D80592: hue angle of 319.91º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80592 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 146 -
CMYK 0 0.98 0.32 0.15
HSL 319.91º 0.95% 0.43% -
HSV(B) 319.91º 0.98% 0.85% -
XYZ 33.56 16.78 28.66 -
YUV 84.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 216 5 146 0 0.98 0.32 0.15 319.91 0.95 0.43
Hex D8 5 92 0 62 20 F 140 5F 2B
Octal 330 5 222 0 142 40 17 500 137 53
Binary 11011000 101 10010010 0 1100010 100000 1111 101000000 1011111 101011

Color Harmonies of #D80592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80592

Black with #D80592

Text Example


Text Example

White with #D80592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80592; }

 p { color: rgb(216,5,146); }

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

background-color css

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

 a { background-color: rgb(216,5,146); }

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

border-color css

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

 span { border-color: rgb(216,5,146); }

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