Html Css Color HEX #D11290 Medium Violet Red

📋 copy color: '#D11290'

red 209 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #D11290

Tints of Medium Violet Red #D11290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 56.33%
G = 4.85%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11290 (or 0xD11290) is known color: Medium Violet Red. HEX triplet: D1, 12 and 90. RGB value is (209,18,144). Sum of RGB (Red+Green+Blue) = 209+18+144=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D11290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11290 is #2EED6F. Grayscale: #595959. Windows color (decimal): -3075440 or 9442001. OLE color: 9442001.

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

Color convert

RGB 209 18 144 -
CMYK 0 0.91 0.31 0.18
HSL 320.42º 0.84% 0.45% -
HSV(B) 320.42º 0.91% 0.82% -
XYZ 31.54 16 27.81 -
YUV 89.47 158.78 213.25 -
System Red Green Blue C M Y K H S L
Decimal 209 18 144 0 0.91 0.31 0.18 320.42 0.84 0.45
Hex D1 12 90 0 5B 1F 12 140 54 2D
Octal 321 22 220 0 133 37 22 500 124 55
Binary 11010001 10010 10010000 0 1011011 11111 10010 101000000 1010100 101101

Color Harmonies of #D11290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11290

Black with #D11290

Text Example


Text Example

White with #D11290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11290; }

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

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

background-color css

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

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

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

border-color css

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

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

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