Html Css Color HEX #D91490 Medium Violet Red

📋 copy color: '#D91490'

red 217 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #D91490

Tints of Medium Violet Red #D91490

RGB

 RED value IS 217 (85.16% from 255) = 56.96%

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

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

R = 56.96%
G = 5.25%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D91490 (or 0xD91490) is known color: Medium Violet Red. HEX triplet: D9, 14 and 90. RGB value is (217,20,144). Sum of RGB (Red+Green+Blue) = 217+20+144=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D91490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91490 is #26EB6F. Grayscale: #5C5C5C. Windows color (decimal): -2550640 or 9442521. OLE color: 9442521.

HSL color Cylindrical-coordinate representation of color #D91490: hue angle of 322.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91490 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 144 -
CMYK 0 0.91 0.34 0.15
HSL 322.23º 0.83% 0.46% -
HSV(B) 322.23º 0.91% 0.85% -
XYZ 33.9 17.27 27.93 -
YUV 93.04 156.77 216.42 -
System Red Green Blue C M Y K H S L
Decimal 217 20 144 0 0.91 0.34 0.15 322.23 0.83 0.46
Hex D9 14 90 0 5B 22 F 142 53 2E
Octal 331 24 220 0 133 42 17 502 123 56
Binary 11011001 10100 10010000 0 1011011 100010 1111 101000010 1010011 101110

Color Harmonies of #D91490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91490

Black with #D91490

Text Example


Text Example

White with #D91490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91490; }

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

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

background-color css

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

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

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

border-color css

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

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

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