Html Css Color HEX #D11C92 Medium Violet Red

📋 copy color: '#D11C92'

red 209 ◦ green 28 ◦ blue 146

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

Shades of Medium Violet Red #D11C92

Tints of Medium Violet Red #D11C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

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

R = 54.57%
G = 7.31%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D11C92 (or 0xD11C92) is known color: Medium Violet Red. HEX triplet: D1, 1C and 92. RGB value is (209,28,146). Sum of RGB (Red+Green+Blue) = 209+28+146=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C92 is #2EE36D. Grayscale: #5F5F5F. Windows color (decimal): -3072878 or 9575633. OLE color: 9575633.

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

Color convert

RGB 209 28 146 -
CMYK 0 0.87 0.30 0.18
HSL 320.88º 0.76% 0.46% -
HSV(B) 320.88º 0.87% 0.82% -
XYZ 31.9 16.46 28.69 -
YUV 95.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 209 28 146 0 0.87 0.30 0.18 320.88 0.76 0.46
Hex D1 1C 92 0 57 1E 12 141 4C 2E
Octal 321 34 222 0 127 36 22 501 114 56
Binary 11010001 11100 10010010 0 1010111 11110 10010 101000001 1001100 101110

Color Harmonies of #D11C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C92

Black with #D11C92

Text Example


Text Example

White with #D11C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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