Html Css Color HEX #D11A99 Medium Violet Red

📋 copy color: '#D11A99'

red 209 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #D11A99

Tints of Medium Violet Red #D11A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.7%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 53.87%
G = 6.7%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D11A99 (or 0xD11A99) is known color: Medium Violet Red. HEX triplet: D1, 1A and 99. RGB value is (209,26,153). Sum of RGB (Red+Green+Blue) = 209+26+153=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A99 is #2EE566. Grayscale: #5E5E5E. Windows color (decimal): -3073383 or 10033873. OLE color: 10033873.

HSL color Cylindrical-coordinate representation of color #D11A99: hue angle of 318.36º degrees, saturation: 0.78, 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 #D11A99 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 153 -
CMYK 0 0.88 0.27 0.18
HSL 318.36º 0.78% 0.46% -
HSV(B) 318.36º 0.88% 0.82% -
XYZ 32.41 16.59 31.63 -
YUV 95.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 209 26 153 0 0.88 0.27 0.18 318.36 0.78 0.46
Hex D1 1A 99 0 58 1B 12 13E 4E 2E
Octal 321 32 231 0 130 33 22 476 116 56
Binary 11010001 11010 10011001 0 1011000 11011 10010 100111110 1001110 101110

Color Harmonies of #D11A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A99

Black with #D11A99

Text Example


Text Example

White with #D11A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A99; }

 p { color: rgb(209,26,153); }

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

background-color css

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

 a { background-color: rgb(209,26,153); }

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

border-color css

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

 span { border-color: rgb(209,26,153); }

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