Html Css Color HEX #D11991 Medium Violet Red

📋 copy color: '#D11991'

red 209 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #D11991

Tints of Medium Violet Red #D11991

RGB

 RED value IS 209 (82.03% from 255) = 55.15%

 GREEN value IS 25 (10.16% from 255) = 6.6%

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

R = 55.15%
G = 6.6%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11991 (or 0xD11991) is known color: Medium Violet Red. HEX triplet: D1, 19 and 91. RGB value is (209,25,145). Sum of RGB (Red+Green+Blue) = 209+25+145=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11991 is #2EE66E. Grayscale: #5D5D5D. Windows color (decimal): -3073647 or 9509329. OLE color: 9509329.

HSL color Cylindrical-coordinate representation of color #D11991: hue angle of 320.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11991 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 145 -
CMYK 0 0.88 0.31 0.18
HSL 320.87º 0.79% 0.46% -
HSV(B) 320.87º 0.88% 0.82% -
XYZ 31.75 16.29 28.26 -
YUV 93.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 209 25 145 0 0.88 0.31 0.18 320.87 0.79 0.46
Hex D1 19 91 0 58 1F 12 141 4F 2E
Octal 321 31 221 0 130 37 22 501 117 56
Binary 11010001 11001 10010001 0 1011000 11111 10010 101000001 1001111 101110

Color Harmonies of #D11991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11991

Black with #D11991

Text Example


Text Example

White with #D11991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11991; }

 p { color: rgb(209,25,145); }

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

background-color css

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

 a { background-color: rgb(209,25,145); }

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

border-color css

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

 span { border-color: rgb(209,25,145); }

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