Html Css Color HEX #D11D90 Medium Violet Red

📋 copy color: '#D11D90'

red 209 ◦ green 29 ◦ blue 144

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

Shades of Medium Violet Red #D11D90

Tints of Medium Violet Red #D11D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

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

R = 54.71%
G = 7.59%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11D90 (or 0xD11D90) is known color: Medium Violet Red. HEX triplet: D1, 1D and 90. RGB value is (209,29,144). Sum of RGB (Red+Green+Blue) = 209+29+144=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11D90 is #2EE26F. Grayscale: #5F5F5F. Windows color (decimal): -3072624 or 9444817. OLE color: 9444817.

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

Color convert

RGB 209 29 144 -
CMYK 0 0.86 0.31 0.18
HSL 321.67º 0.76% 0.47% -
HSV(B) 321.67º 0.86% 0.82% -
XYZ 31.77 16.45 27.89 -
YUV 95.93 155.13 208.65 -
System Red Green Blue C M Y K H S L
Decimal 209 29 144 0 0.86 0.31 0.18 321.67 0.76 0.47
Hex D1 1D 90 0 56 1F 12 142 4C 2F
Octal 321 35 220 0 126 37 22 502 114 57
Binary 11010001 11101 10010000 0 1010110 11111 10010 101000010 1001100 101111

Color Harmonies of #D11D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D90

Black with #D11D90

Text Example


Text Example

White with #D11D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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