Html Css Color HEX #D11796 Medium Violet Red

📋 copy color: '#D11796'

red 209 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #D11796

Tints of Medium Violet Red #D11796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.02%

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

R = 54.71%
G = 6.02%
B = 39.27%

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

#D11796 (or 0xD11796) is known color: Medium Violet Red. HEX triplet: D1, 17 and 96. RGB value is (209,23,150). Sum of RGB (Red+Green+Blue) = 209+23+150=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D11796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11796 is #2EE869. Grayscale: #5C5C5C. Windows color (decimal): -3074154 or 9836497. OLE color: 9836497.

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

Color convert

RGB 209 23 150 -
CMYK 0 0.89 0.28 0.18
HSL 319.03º 0.8% 0.45% -
HSV(B) 319.03º 0.89% 0.82% -
XYZ 32.11 16.37 30.32 -
YUV 93.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 209 23 150 0 0.89 0.28 0.18 319.03 0.8 0.45
Hex D1 17 96 0 59 1C 12 13F 50 2D
Octal 321 27 226 0 131 34 22 477 120 55
Binary 11010001 10111 10010110 0 1011001 11100 10010 100111111 1010000 101101

Color Harmonies of #D11796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11796

Black with #D11796

Text Example


Text Example

White with #D11796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11796; }

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

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

background-color css

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

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

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

border-color css

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

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

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