Html Css Color HEX #D11396 Medium Violet Red

📋 copy color: '#D11396'

red 209 ◦ green 19 ◦ blue 150

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

Shades of Medium Violet Red #D11396

Tints of Medium Violet Red #D11396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 55.29%
G = 5.03%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D11396 (or 0xD11396) is known color: Medium Violet Red. HEX triplet: D1, 13 and 96. RGB value is (209,19,150). Sum of RGB (Red+Green+Blue) = 209+19+150=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11396 is #2EEC69. Grayscale: #5A5A5A. Windows color (decimal): -3075178 or 9835473. OLE color: 9835473.

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

Color convert

RGB 209 19 150 -
CMYK 0 0.91 0.28 0.18
HSL 318.63º 0.83% 0.45% -
HSV(B) 318.63º 0.91% 0.82% -
XYZ 32.03 16.22 30.3 -
YUV 90.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 209 19 150 0 0.91 0.28 0.18 318.63 0.83 0.45
Hex D1 13 96 0 5B 1C 12 13F 53 2D
Octal 321 23 226 0 133 34 22 477 123 55
Binary 11010001 10011 10010110 0 1011011 11100 10010 100111111 1010011 101101

Color Harmonies of #D11396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11396

Black with #D11396

Text Example


Text Example

White with #D11396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11396; }

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

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

background-color css

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

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

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

border-color css

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

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

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