Html Css Color HEX #D11091 Medium Violet Red

📋 copy color: '#D11091'

red 209 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #D11091

Tints of Medium Violet Red #D11091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 56.49%
G = 4.32%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11091 (or 0xD11091) is known color: Medium Violet Red. HEX triplet: D1, 10 and 91. RGB value is (209,16,145). Sum of RGB (Red+Green+Blue) = 209+16+145=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D11091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11091 is #2EEF6E. Grayscale: #585858. Windows color (decimal): -3075951 or 9507025. OLE color: 9507025.

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

Color convert

RGB 209 16 145 -
CMYK 0 0.92 0.31 0.18
HSL 319.9º 0.86% 0.44% -
HSV(B) 319.9º 0.92% 0.82% -
XYZ 31.59 15.97 28.21 -
YUV 88.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 209 16 145 0 0.92 0.31 0.18 319.9 0.86 0.44
Hex D1 10 91 0 5C 1F 12 140 56 2C
Octal 321 20 221 0 134 37 22 500 126 54
Binary 11010001 10000 10010001 0 1011100 11111 10010 101000000 1010110 101100

Color Harmonies of #D11091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11091

Black with #D11091

Text Example


Text Example

White with #D11091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11091; }

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

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

background-color css

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

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

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

border-color css

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

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

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