Html Css Color HEX #D11490 Medium Violet Red

📋 copy color: '#D11490'

red 209 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #D11490

Tints of Medium Violet Red #D11490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.36%

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

R = 56.03%
G = 5.36%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D11490 (or 0xD11490) is known color: Medium Violet Red. HEX triplet: D1, 14 and 90. RGB value is (209,20,144). Sum of RGB (Red+Green+Blue) = 209+20+144=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D11490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11490 is #2EEB6F. Grayscale: #5A5A5A. Windows color (decimal): -3074928 or 9442513. OLE color: 9442513.

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

Color convert

RGB 209 20 144 -
CMYK 0 0.90 0.31 0.18
HSL 320.63º 0.83% 0.45% -
HSV(B) 320.63º 0.9% 0.82% -
XYZ 31.58 16.07 27.82 -
YUV 90.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 209 20 144 0 0.90 0.31 0.18 320.63 0.83 0.45
Hex D1 14 90 0 5A 1F 12 141 53 2D
Octal 321 24 220 0 132 37 22 501 123 55
Binary 11010001 10100 10010000 0 1011010 11111 10010 101000001 1010011 101101

Color Harmonies of #D11490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11490

Black with #D11490

Text Example


Text Example

White with #D11490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11490; }

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

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

background-color css

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

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

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

border-color css

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

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

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