Html Css Color HEX #D11990 Medium Violet Red

📋 copy color: '#D11990'

red 209 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #D11990

Tints of Medium Violet Red #D11990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

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

R = 55.29%
G = 6.61%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11990 (or 0xD11990) is known color: Medium Violet Red. HEX triplet: D1, 19 and 90. RGB value is (209,25,144). Sum of RGB (Red+Green+Blue) = 209+25+144=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D11990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11990 is #2EE66F. Grayscale: #5D5D5D. Windows color (decimal): -3073648 or 9443793. OLE color: 9443793.

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

Color convert

RGB 209 25 144 -
CMYK 0 0.88 0.31 0.18
HSL 321.2º 0.79% 0.46% -
HSV(B) 321.2º 0.88% 0.82% -
XYZ 31.68 16.26 27.86 -
YUV 93.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 209 25 144 0 0.88 0.31 0.18 321.2 0.79 0.46
Hex D1 19 90 0 58 1F 12 141 4F 2E
Octal 321 31 220 0 130 37 22 501 117 56
Binary 11010001 11001 10010000 0 1011000 11111 10010 101000001 1001111 101110

Color Harmonies of #D11990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11990

Black with #D11990

Text Example


Text Example

White with #D11990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11990; }

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

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

background-color css

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

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

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

border-color css

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

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

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