Html Css Color HEX #D80894 Medium Violet Red

📋 copy color: '#D80894'

red 216 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #D80894

Tints of Medium Violet Red #D80894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

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

R = 58.06%
G = 2.15%
B = 39.78%

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

#D80894 (or 0xD80894) is known color: Medium Violet Red. HEX triplet: D8, 08 and 94. RGB value is (216,8,148). Sum of RGB (Red+Green+Blue) = 216+8+148=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D80894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80894 is #27F76B. Grayscale: #555555. Windows color (decimal): -2619244 or 9701592. OLE color: 9701592.

HSL color Cylindrical-coordinate representation of color #D80894: hue angle of 319.62º degrees, saturation: 0.93, 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 #D80894 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 148 -
CMYK 0 0.96 0.31 0.15
HSL 319.62º 0.93% 0.44% -
HSV(B) 319.62º 0.96% 0.85% -
XYZ 33.75 16.91 29.5 -
YUV 86.15 162.91 220.62 -
System Red Green Blue C M Y K H S L
Decimal 216 8 148 0 0.96 0.31 0.15 319.62 0.93 0.44
Hex D8 8 94 0 60 1F F 140 5D 2C
Octal 330 10 224 0 140 37 17 500 135 54
Binary 11011000 1000 10010100 0 1100000 11111 1111 101000000 1011101 101100

Color Harmonies of #D80894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80894

Black with #D80894

Text Example


Text Example

White with #D80894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80894; }

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

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

background-color css

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

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

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

border-color css

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

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

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