Html Css Color HEX #D11595 Medium Violet Red

📋 copy color: '#D11595'

red 209 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #D11595

Tints of Medium Violet Red #D11595

RGB

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

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

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

R = 55.15%
G = 5.54%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D11595 (or 0xD11595) is known color: Medium Violet Red. HEX triplet: D1, 15 and 95. RGB value is (209,21,149). Sum of RGB (Red+Green+Blue) = 209+21+149=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11595 is #2EEA6A. Grayscale: #5B5B5B. Windows color (decimal): -3074667 or 9770449. OLE color: 9770449.

HSL color Cylindrical-coordinate representation of color #D11595: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11595 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 149 -
CMYK 0 0.90 0.29 0.18
HSL 319.15º 0.82% 0.45% -
HSV(B) 319.15º 0.9% 0.82% -
XYZ 31.99 16.26 29.89 -
YUV 91.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 209 21 149 0 0.90 0.29 0.18 319.15 0.82 0.45
Hex D1 15 95 0 5A 1D 12 13F 52 2D
Octal 321 25 225 0 132 35 22 477 122 55
Binary 11010001 10101 10010101 0 1011010 11101 10010 100111111 1010010 101101

Color Harmonies of #D11595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11595

Black with #D11595

Text Example


Text Example

White with #D11595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11595; }

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

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

background-color css

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

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

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

border-color css

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

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

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