Html Css Color HEX #D81591 Medium Violet Red

📋 copy color: '#D81591'

red 216 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D81591

Tints of Medium Violet Red #D81591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.5%

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

R = 56.54%
G = 5.5%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81591 (or 0xD81591) is known color: Medium Violet Red. HEX triplet: D8, 15 and 91. RGB value is (216,21,145). Sum of RGB (Red+Green+Blue) = 216+21+145=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81591 is #27EA6E. Grayscale: #5D5D5D. Windows color (decimal): -2615919 or 9508312. OLE color: 9508312.

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

Color convert

RGB 216 21 145 -
CMYK 0 0.90 0.33 0.15
HSL 321.85º 0.82% 0.46% -
HSV(B) 321.85º 0.9% 0.85% -
XYZ 33.7 17.18 28.33 -
YUV 93.44 157.1 215.42 -
System Red Green Blue C M Y K H S L
Decimal 216 21 145 0 0.90 0.33 0.15 321.85 0.82 0.46
Hex D8 15 91 0 5A 21 F 142 52 2E
Octal 330 25 221 0 132 41 17 502 122 56
Binary 11011000 10101 10010001 0 1011010 100001 1111 101000010 1010010 101110

Color Harmonies of #D81591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81591

Black with #D81591

Text Example


Text Example

White with #D81591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81591; }

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

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

background-color css

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

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

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

border-color css

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

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

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