Html Css Color HEX #D80994 Medium Violet Red

📋 copy color: '#D80994'

red 216 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #D80994

Tints of Medium Violet Red #D80994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 57.91%
G = 2.41%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80994 (or 0xD80994) is known color: Medium Violet Red. HEX triplet: D8, 09 and 94. RGB value is (216,9,148). Sum of RGB (Red+Green+Blue) = 216+9+148=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80994 is #27F66B. Grayscale: #565656. Windows color (decimal): -2618988 or 9701848. OLE color: 9701848.

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

Color convert

RGB 216 9 148 -
CMYK 0 0.96 0.31 0.15
HSL 319.71º 0.92% 0.44% -
HSV(B) 319.71º 0.96% 0.85% -
XYZ 33.76 16.93 29.51 -
YUV 86.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 216 9 148 0 0.96 0.31 0.15 319.71 0.92 0.44
Hex D8 9 94 0 60 1F F 140 5C 2C
Octal 330 11 224 0 140 37 17 500 134 54
Binary 11011000 1001 10010100 0 1100000 11111 1111 101000000 1011100 101100

Color Harmonies of #D80994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80994

Black with #D80994

Text Example


Text Example

White with #D80994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80994; }

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

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

background-color css

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

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

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

border-color css

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

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

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