Html Css Color HEX #D91190 Medium Violet Red

📋 copy color: '#D91190'

red 217 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #D91190

Tints of Medium Violet Red #D91190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

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

R = 57.41%
G = 4.5%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D91190 (or 0xD91190) is known color: Medium Violet Red. HEX triplet: D9, 11 and 90. RGB value is (217,17,144). Sum of RGB (Red+Green+Blue) = 217+17+144=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D91190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91190 is #26EE6F. Grayscale: #5A5A5A. Windows color (decimal): -2551408 or 9441753. OLE color: 9441753.

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

Color convert

RGB 217 17 144 -
CMYK 0 0.92 0.34 0.15
HSL 321.9º 0.85% 0.46% -
HSV(B) 321.9º 0.92% 0.85% -
XYZ 33.85 17.17 27.91 -
YUV 91.28 157.76 217.67 -
System Red Green Blue C M Y K H S L
Decimal 217 17 144 0 0.92 0.34 0.15 321.9 0.85 0.46
Hex D9 11 90 0 5C 22 F 142 55 2E
Octal 331 21 220 0 134 42 17 502 125 56
Binary 11011001 10001 10010000 0 1011100 100010 1111 101000010 1010101 101110

Color Harmonies of #D91190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91190

Black with #D91190

Text Example


Text Example

White with #D91190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91190; }

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

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

background-color css

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

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

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

border-color css

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

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

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