Html Css Color HEX #D11995 Medium Violet Red

📋 copy color: '#D11995'

red 209 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #D11995

Tints of Medium Violet Red #D11995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 54.57%
G = 6.53%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D11995 (or 0xD11995) is known color: Medium Violet Red. HEX triplet: D1, 19 and 95. RGB value is (209,25,149). Sum of RGB (Red+Green+Blue) = 209+25+149=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D11995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11995 is #2EE66A. Grayscale: #5D5D5D. Windows color (decimal): -3073643 or 9771473. OLE color: 9771473.

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

Color convert

RGB 209 25 149 -
CMYK 0 0.88 0.29 0.18
HSL 319.57º 0.79% 0.46% -
HSV(B) 319.57º 0.88% 0.82% -
XYZ 32.07 16.42 29.91 -
YUV 94.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 209 25 149 0 0.88 0.29 0.18 319.57 0.79 0.46
Hex D1 19 95 0 58 1D 12 140 4F 2E
Octal 321 31 225 0 130 35 22 500 117 56
Binary 11010001 11001 10010101 0 1011000 11101 10010 101000000 1001111 101110

Color Harmonies of #D11995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11995

Black with #D11995

Text Example


Text Example

White with #D11995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11995; }

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

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

background-color css

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

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

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

border-color css

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

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

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