Html Css Color HEX #D11896 Medium Violet Red

📋 copy color: '#D11896'

red 209 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #D11896

Tints of Medium Violet Red #D11896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

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

R = 54.57%
G = 6.27%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D11896 (or 0xD11896) is known color: Medium Violet Red. HEX triplet: D1, 18 and 96. RGB value is (209,24,150). Sum of RGB (Red+Green+Blue) = 209+24+150=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D11896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11896 is #2EE769. Grayscale: #5D5D5D. Windows color (decimal): -3073898 or 9836753. OLE color: 9836753.

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

Color convert

RGB 209 24 150 -
CMYK 0 0.89 0.28 0.18
HSL 319.14º 0.79% 0.46% -
HSV(B) 319.14º 0.89% 0.82% -
XYZ 32.13 16.41 30.33 -
YUV 93.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 209 24 150 0 0.89 0.28 0.18 319.14 0.79 0.46
Hex D1 18 96 0 59 1C 12 13F 4F 2E
Octal 321 30 226 0 131 34 22 477 117 56
Binary 11010001 11000 10010110 0 1011001 11100 10010 100111111 1001111 101110

Color Harmonies of #D11896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11896

Black with #D11896

Text Example


Text Example

White with #D11896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11896; }

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

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

background-color css

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

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

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

border-color css

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

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

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