Html Css Color HEX #D11596 Medium Violet Red

📋 copy color: '#D11596'

red 209 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #D11596

Tints of Medium Violet Red #D11596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 55%
G = 5.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D11596 (or 0xD11596) is known color: Medium Violet Red. HEX triplet: D1, 15 and 96. RGB value is (209,21,150). Sum of RGB (Red+Green+Blue) = 209+21+150=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D11596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11596 is #2EEA69. Grayscale: #5B5B5B. Windows color (decimal): -3074666 or 9835985. OLE color: 9835985.

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

Color convert

RGB 209 21 150 -
CMYK 0 0.90 0.28 0.18
HSL 318.83º 0.82% 0.45% -
HSV(B) 318.83º 0.9% 0.82% -
XYZ 32.07 16.29 30.31 -
YUV 91.92 160.78 211.51 -
System Red Green Blue C M Y K H S L
Decimal 209 21 150 0 0.90 0.28 0.18 318.83 0.82 0.45
Hex D1 15 96 0 5A 1C 12 13F 52 2D
Octal 321 25 226 0 132 34 22 477 122 55
Binary 11010001 10101 10010110 0 1011010 11100 10010 100111111 1010010 101101

Color Harmonies of #D11596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11596

Black with #D11596

Text Example


Text Example

White with #D11596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11596; }

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

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

background-color css

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

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

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

border-color css

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

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

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