Html Css Color HEX #D11393 Medium Violet Red

📋 copy color: '#D11393'

red 209 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #D11393

Tints of Medium Violet Red #D11393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 55.73%
G = 5.07%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D11393 (or 0xD11393) is known color: Medium Violet Red. HEX triplet: D1, 13 and 93. RGB value is (209,19,147). Sum of RGB (Red+Green+Blue) = 209+19+147=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D11393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11393 is #2EEC6C. Grayscale: #5A5A5A. Windows color (decimal): -3075181 or 9638865. OLE color: 9638865.

HSL color Cylindrical-coordinate representation of color #D11393: hue angle of 319.58º 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 #D11393 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 147 -
CMYK 0 0.91 0.30 0.18
HSL 319.58º 0.83% 0.45% -
HSV(B) 319.58º 0.91% 0.82% -
XYZ 31.79 16.13 29.04 -
YUV 90.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 209 19 147 0 0.91 0.30 0.18 319.58 0.83 0.45
Hex D1 13 93 0 5B 1E 12 140 53 2D
Octal 321 23 223 0 133 36 22 500 123 55
Binary 11010001 10011 10010011 0 1011011 11110 10010 101000000 1010011 101101

Color Harmonies of #D11393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11393

Black with #D11393

Text Example


Text Example

White with #D11393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11393; }

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

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

background-color css

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

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

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

border-color css

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

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

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