Html Css Color HEX #D11890 Medium Violet Red

📋 copy color: '#D11890'

red 209 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #D11890

Tints of Medium Violet Red #D11890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 55.44%
G = 6.37%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11890 (or 0xD11890) is known color: Medium Violet Red. HEX triplet: D1, 18 and 90. RGB value is (209,24,144). Sum of RGB (Red+Green+Blue) = 209+24+144=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D11890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11890 is #2EE76F. Grayscale: #5C5C5C. Windows color (decimal): -3073904 or 9443537. OLE color: 9443537.

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

Color convert

RGB 209 24 144 -
CMYK 0 0.89 0.31 0.18
HSL 321.08º 0.79% 0.46% -
HSV(B) 321.08º 0.89% 0.82% -
XYZ 31.66 16.22 27.85 -
YUV 93 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 209 24 144 0 0.89 0.31 0.18 321.08 0.79 0.46
Hex D1 18 90 0 59 1F 12 141 4F 2E
Octal 321 30 220 0 131 37 22 501 117 56
Binary 11010001 11000 10010000 0 1011001 11111 10010 101000001 1001111 101110

Color Harmonies of #D11890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11890

Black with #D11890

Text Example


Text Example

White with #D11890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11890; }

 p { color: rgb(209,24,144); }

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

background-color css

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

 a { background-color: rgb(209,24,144); }

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

border-color css

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

 span { border-color: rgb(209,24,144); }

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