Html Css Color HEX #D80794 Medium Violet Red

📋 copy color: '#D80794'

red 216 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #D80794

Tints of Medium Violet Red #D80794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 58.22%
G = 1.89%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80794 (or 0xD80794) is known color: Medium Violet Red. HEX triplet: D8, 07 and 94. RGB value is (216,7,148). Sum of RGB (Red+Green+Blue) = 216+7+148=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80794 is #27F86B. Grayscale: #555555. Windows color (decimal): -2619500 or 9701336. OLE color: 9701336.

HSL color Cylindrical-coordinate representation of color #D80794: hue angle of 319.52º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80794 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 148 -
CMYK 0 0.97 0.31 0.15
HSL 319.52º 0.94% 0.44% -
HSV(B) 319.52º 0.97% 0.85% -
XYZ 33.74 16.89 29.5 -
YUV 85.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 216 7 148 0 0.97 0.31 0.15 319.52 0.94 0.44
Hex D8 7 94 0 61 1F F 140 5E 2C
Octal 330 7 224 0 141 37 17 500 136 54
Binary 11011000 111 10010100 0 1100001 11111 1111 101000000 1011110 101100

Color Harmonies of #D80794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80794

Black with #D80794

Text Example


Text Example

White with #D80794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80794; }

 p { color: rgb(216,7,148); }

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

background-color css

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

 a { background-color: rgb(216,7,148); }

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

border-color css

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

 span { border-color: rgb(216,7,148); }

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