Html Css Color HEX #D80091 Medium Violet Red

📋 copy color: '#D80091'

red 216 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #D80091

Tints of Medium Violet Red #D80091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 59.83%
G = 0%
B = 40.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D80091 (or 0xD80091) is known color: Medium Violet Red. HEX triplet: D8, 00 and 91. RGB value is (216,0,145). Sum of RGB (Red+Green+Blue) = 216+0+145=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80091 is #27FF6E. Grayscale: #505050. Windows color (decimal): -2621295 or 9502936. OLE color: 9502936.

HSL color Cylindrical-coordinate representation of color #D80091: hue angle of 319.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80091 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 145 -
CMYK 0 1 0.33 0.15
HSL 319.72º 1% 0.42% -
HSV(B) 319.72º 1% 0.85% -
XYZ 33.43 16.64 28.24 -
YUV 81.11 164.06 224.21 -
System Red Green Blue C M Y K H S L
Decimal 216 0 145 0 1 0.33 0.15 319.72 1 0.42
Hex D8 0 91 0 64 21 F 140 64 2A
Octal 330 0 221 0 144 41 17 500 144 52
Binary 11011000 0 10010001 0 1100100 100001 1111 101000000 1100100 101010

Color Harmonies of #D80091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80091

Black with #D80091

Text Example


Text Example

White with #D80091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80091; }

 p { color: rgb(216,0,145); }

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

background-color css

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

 a { background-color: rgb(216,0,145); }

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

border-color css

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

 span { border-color: rgb(216,0,145); }

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