Html Css Color HEX #D11289 Medium Violet Red

📋 copy color: '#D11289'

red 209 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #D11289

Tints of Medium Violet Red #D11289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 57.42%
G = 4.95%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D11289 (or 0xD11289) is known color: Medium Violet Red. HEX triplet: D1, 12 and 89. RGB value is (209,18,137). Sum of RGB (Red+Green+Blue) = 209+18+137=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D11289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11289 is #2EED76. Grayscale: #585858. Windows color (decimal): -3075447 or 8983249. OLE color: 8983249.

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

Color convert

RGB 209 18 137 -
CMYK 0 0.91 0.34 0.18
HSL 322.62º 0.84% 0.45% -
HSV(B) 322.62º 0.91% 0.82% -
XYZ 31.03 15.79 25.08 -
YUV 88.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 209 18 137 0 0.91 0.34 0.18 322.62 0.84 0.45
Hex D1 12 89 0 5B 22 12 143 54 2D
Octal 321 22 211 0 133 42 22 503 124 55
Binary 11010001 10010 10001001 0 1011011 100010 10010 101000011 1010100 101101

Color Harmonies of #D11289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11289

Black with #D11289

Text Example


Text Example

White with #D11289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11289; }

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

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

background-color css

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

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

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

border-color css

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

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

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