Html Css Color HEX #D81191 Medium Violet Red

📋 copy color: '#D81191'

red 216 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #D81191

Tints of Medium Violet Red #D81191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

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

R = 57.14%
G = 4.5%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D81191 (or 0xD81191) is known color: Medium Violet Red. HEX triplet: D8, 11 and 91. RGB value is (216,17,145). Sum of RGB (Red+Green+Blue) = 216+17+145=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D81191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81191 is #27EE6E. Grayscale: #5A5A5A. Windows color (decimal): -2616943 or 9507288. OLE color: 9507288.

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

Color convert

RGB 216 17 145 -
CMYK 0 0.92 0.33 0.15
HSL 321.41º 0.85% 0.46% -
HSV(B) 321.41º 0.92% 0.85% -
XYZ 33.63 17.04 28.31 -
YUV 91.09 158.43 217.09 -
System Red Green Blue C M Y K H S L
Decimal 216 17 145 0 0.92 0.33 0.15 321.41 0.85 0.46
Hex D8 11 91 0 5C 21 F 141 55 2E
Octal 330 21 221 0 134 41 17 501 125 56
Binary 11011000 10001 10010001 0 1011100 100001 1111 101000001 1010101 101110

Color Harmonies of #D81191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81191

Black with #D81191

Text Example


Text Example

White with #D81191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81191; }

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

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

background-color css

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

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

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

border-color css

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

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

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