Html Css Color HEX #D11A90 Medium Violet Red

📋 copy color: '#D11A90'

red 209 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #D11A90

Tints of Medium Violet Red #D11A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

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

R = 55.15%
G = 6.86%
B = 37.99%

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

#D11A90 (or 0xD11A90) is known color: Medium Violet Red. HEX triplet: D1, 1A and 90. RGB value is (209,26,144). Sum of RGB (Red+Green+Blue) = 209+26+144=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11A90 is #2EE56F. Grayscale: #5D5D5D. Windows color (decimal): -3073392 or 9444049. OLE color: 9444049.

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

Color convert

RGB 209 26 144 -
CMYK 0 0.88 0.31 0.18
HSL 321.31º 0.78% 0.46% -
HSV(B) 321.31º 0.88% 0.82% -
XYZ 31.7 16.31 27.86 -
YUV 94.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 209 26 144 0 0.88 0.31 0.18 321.31 0.78 0.46
Hex D1 1A 90 0 58 1F 12 141 4E 2E
Octal 321 32 220 0 130 37 22 501 116 56
Binary 11010001 11010 10010000 0 1011000 11111 10010 101000001 1001110 101110

Color Harmonies of #D11A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A90

Black with #D11A90

Text Example


Text Example

White with #D11A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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