Html Css Color HEX #D11291 Medium Violet Red

📋 copy color: '#D11291'

red 209 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #D11291

Tints of Medium Violet Red #D11291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.84%

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

R = 56.18%
G = 4.84%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11291 (or 0xD11291) is known color: Medium Violet Red. HEX triplet: D1, 12 and 91. RGB value is (209,18,145). Sum of RGB (Red+Green+Blue) = 209+18+145=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D11291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11291 is #2EED6E. Grayscale: #595959. Windows color (decimal): -3075439 or 9507537. OLE color: 9507537.

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

Color convert

RGB 209 18 145 -
CMYK 0 0.91 0.31 0.18
HSL 320.1º 0.84% 0.45% -
HSV(B) 320.1º 0.91% 0.82% -
XYZ 31.62 16.03 28.22 -
YUV 89.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 209 18 145 0 0.91 0.31 0.18 320.1 0.84 0.45
Hex D1 12 91 0 5B 1F 12 140 54 2D
Octal 321 22 221 0 133 37 22 500 124 55
Binary 11010001 10010 10010001 0 1011011 11111 10010 101000000 1010100 101101

Color Harmonies of #D11291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11291

Black with #D11291

Text Example


Text Example

White with #D11291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11291; }

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

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

background-color css

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

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

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

border-color css

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

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

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