Html Css Color HEX #D11489 Medium Violet Red

📋 copy color: '#D11489'

red 209 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #D11489

Tints of Medium Violet Red #D11489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

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

R = 57.1%
G = 5.46%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D11489 (or 0xD11489) is known color: Medium Violet Red. HEX triplet: D1, 14 and 89. RGB value is (209,20,137). Sum of RGB (Red+Green+Blue) = 209+20+137=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D11489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11489 is #2EEB76. Grayscale: #595959. Windows color (decimal): -3074935 or 8983761. OLE color: 8983761.

HSL color Cylindrical-coordinate representation of color #D11489: hue angle of 322.86º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11489 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 137 -
CMYK 0 0.90 0.34 0.18
HSL 322.86º 0.83% 0.45% -
HSV(B) 322.86º 0.9% 0.82% -
XYZ 31.06 15.86 25.09 -
YUV 89.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 209 20 137 0 0.90 0.34 0.18 322.86 0.83 0.45
Hex D1 14 89 0 5A 22 12 143 53 2D
Octal 321 24 211 0 132 42 22 503 123 55
Binary 11010001 10100 10001001 0 1011010 100010 10010 101000011 1010011 101101

Color Harmonies of #D11489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11489

Black with #D11489

Text Example


Text Example

White with #D11489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11489; }

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

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

background-color css

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

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

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

border-color css

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

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

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