Html Css Color HEX #D80491 Medium Violet Red

📋 copy color: '#D80491'

red 216 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #D80491

Tints of Medium Violet Red #D80491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 59.18%
G = 1.1%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D80491 (or 0xD80491) is known color: Medium Violet Red. HEX triplet: D8, 04 and 91. RGB value is (216,4,145). Sum of RGB (Red+Green+Blue) = 216+4+145=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D80491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80491 is #27FB6E. Grayscale: #535353. Windows color (decimal): -2620271 or 9503960. OLE color: 9503960.

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

Color convert

RGB 216 4 145 -
CMYK 0 0.98 0.33 0.15
HSL 320.09º 0.96% 0.43% -
HSV(B) 320.09º 0.98% 0.85% -
XYZ 33.47 16.73 28.25 -
YUV 83.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 216 4 145 0 0.98 0.33 0.15 320.09 0.96 0.43
Hex D8 4 91 0 62 21 F 140 60 2B
Octal 330 4 221 0 142 41 17 500 140 53
Binary 11011000 100 10010001 0 1100010 100001 1111 101000000 1100000 101011

Color Harmonies of #D80491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80491

Black with #D80491

Text Example


Text Example

White with #D80491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80491; }

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

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

background-color css

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

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

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

border-color css

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

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

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