Html Css Color HEX #D80893 Medium Violet Red

📋 copy color: '#D80893'

red 216 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #D80893

Tints of Medium Violet Red #D80893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 58.22%
G = 2.16%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80893 (or 0xD80893) is known color: Medium Violet Red. HEX triplet: D8, 08 and 93. RGB value is (216,8,147). Sum of RGB (Red+Green+Blue) = 216+8+147=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80893 is #27F76C. Grayscale: #555555. Windows color (decimal): -2619245 or 9636056. OLE color: 9636056.

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

Color convert

RGB 216 8 147 -
CMYK 0 0.96 0.32 0.15
HSL 319.9º 0.93% 0.44% -
HSV(B) 319.9º 0.96% 0.85% -
XYZ 33.67 16.88 29.09 -
YUV 86.04 162.41 220.7 -
System Red Green Blue C M Y K H S L
Decimal 216 8 147 0 0.96 0.32 0.15 319.9 0.93 0.44
Hex D8 8 93 0 60 20 F 140 5D 2C
Octal 330 10 223 0 140 40 17 500 135 54
Binary 11011000 1000 10010011 0 1100000 100000 1111 101000000 1011101 101100

Color Harmonies of #D80893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80893

Black with #D80893

Text Example


Text Example

White with #D80893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80893; }

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

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

background-color css

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

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

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

border-color css

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

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

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