Html Css Color HEX #D11093 Medium Violet Red

📋 copy color: '#D11093'

red 209 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #D11093

Tints of Medium Violet Red #D11093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

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

R = 56.18%
G = 4.3%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D11093 (or 0xD11093) is known color: Medium Violet Red. HEX triplet: D1, 10 and 93. RGB value is (209,16,147). Sum of RGB (Red+Green+Blue) = 209+16+147=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D11093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11093 is #2EEF6C. Grayscale: #585858. Windows color (decimal): -3075949 or 9638097. OLE color: 9638097.

HSL color Cylindrical-coordinate representation of color #D11093: hue angle of 319.27º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11093 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 147 -
CMYK 0 0.92 0.30 0.18
HSL 319.27º 0.86% 0.44% -
HSV(B) 319.27º 0.92% 0.82% -
XYZ 31.75 16.03 29.03 -
YUV 88.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 209 16 147 0 0.92 0.30 0.18 319.27 0.86 0.44
Hex D1 10 93 0 5C 1E 12 13F 56 2C
Octal 321 20 223 0 134 36 22 477 126 54
Binary 11010001 10000 10010011 0 1011100 11110 10010 100111111 1010110 101100

Color Harmonies of #D11093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11093

Black with #D11093

Text Example


Text Example

White with #D11093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11093; }

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

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

background-color css

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

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

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

border-color css

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

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

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