Html Css Color HEX #D11496 Medium Violet Red

📋 copy color: '#D11496'

red 209 ◦ green 20 ◦ blue 150

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

Shades of Medium Violet Red #D11496

Tints of Medium Violet Red #D11496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

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

R = 55.15%
G = 5.28%
B = 39.58%

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

#D11496 (or 0xD11496) is known color: Medium Violet Red. HEX triplet: D1, 14 and 96. RGB value is (209,20,150). Sum of RGB (Red+Green+Blue) = 209+20+150=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11496 is #2EEB69. Grayscale: #5B5B5B. Windows color (decimal): -3074922 or 9835729. OLE color: 9835729.

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

Color convert

RGB 209 20 150 -
CMYK 0 0.90 0.28 0.18
HSL 318.73º 0.83% 0.45% -
HSV(B) 318.73º 0.9% 0.82% -
XYZ 32.05 16.26 30.3 -
YUV 91.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 209 20 150 0 0.90 0.28 0.18 318.73 0.83 0.45
Hex D1 14 96 0 5A 1C 12 13F 53 2D
Octal 321 24 226 0 132 34 22 477 123 55
Binary 11010001 10100 10010110 0 1011010 11100 10010 100111111 1010011 101101

Color Harmonies of #D11496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11496

Black with #D11496

Text Example


Text Example

White with #D11496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11496; }

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

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

background-color css

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

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

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

border-color css

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

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

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