Html Css Color HEX #D11092 Medium Violet Red

📋 copy color: '#D11092'

red 209 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #D11092

Tints of Medium Violet Red #D11092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 56.33%
G = 4.31%
B = 39.35%

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

#D11092 (or 0xD11092) is known color: Medium Violet Red. HEX triplet: D1, 10 and 92. RGB value is (209,16,146). Sum of RGB (Red+Green+Blue) = 209+16+146=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D11092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11092 is #2EEF6D. Grayscale: #585858. Windows color (decimal): -3075950 or 9572561. OLE color: 9572561.

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

Color convert

RGB 209 16 146 -
CMYK 0 0.92 0.30 0.18
HSL 319.59º 0.86% 0.44% -
HSV(B) 319.59º 0.92% 0.82% -
XYZ 31.67 16 28.61 -
YUV 88.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 209 16 146 0 0.92 0.30 0.18 319.59 0.86 0.44
Hex D1 10 92 0 5C 1E 12 140 56 2C
Octal 321 20 222 0 134 36 22 500 126 54
Binary 11010001 10000 10010010 0 1011100 11110 10010 101000000 1010110 101100

Color Harmonies of #D11092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11092

Black with #D11092

Text Example


Text Example

White with #D11092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11092; }

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

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

background-color css

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

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

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

border-color css

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

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

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