Html Css Color HEX #D11F96 Medium Violet Red

📋 copy color: '#D11F96'

red 209 ◦ green 31 ◦ blue 150

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

Shades of Medium Violet Red #D11F96

Tints of Medium Violet Red #D11F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.95%

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

R = 53.59%
G = 7.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D11F96 (or 0xD11F96) is known color: Medium Violet Red. HEX triplet: D1, 1F and 96. RGB value is (209,31,150). Sum of RGB (Red+Green+Blue) = 209+31+150=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F96 is #2EE069. Grayscale: #616161. Windows color (decimal): -3072106 or 9838545. OLE color: 9838545.

HSL color Cylindrical-coordinate representation of color #D11F96: hue angle of 319.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F96 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 150 -
CMYK 0 0.85 0.28 0.18
HSL 319.89º 0.74% 0.47% -
HSV(B) 319.89º 0.85% 0.82% -
XYZ 32.29 16.74 30.38 -
YUV 97.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 209 31 150 0 0.85 0.28 0.18 319.89 0.74 0.47
Hex D1 1F 96 0 55 1C 12 140 4A 2F
Octal 321 37 226 0 125 34 22 500 112 57
Binary 11010001 11111 10010110 0 1010101 11100 10010 101000000 1001010 101111

Color Harmonies of #D11F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F96

Black with #D11F96

Text Example


Text Example

White with #D11F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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