Html Css Color HEX #D91195 Medium Violet Red

📋 copy color: '#D91195'

red 217 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #D91195

Tints of Medium Violet Red #D91195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 56.66%
G = 4.44%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D91195 (or 0xD91195) is known color: Medium Violet Red. HEX triplet: D9, 11 and 95. RGB value is (217,17,149). Sum of RGB (Red+Green+Blue) = 217+17+149=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D91195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91195 is #26EE6A. Grayscale: #5B5B5B. Windows color (decimal): -2551403 or 9769433. OLE color: 9769433.

HSL color Cylindrical-coordinate representation of color #D91195: hue angle of 320.4º 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 #D91195 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 149 -
CMYK 0 0.92 0.31 0.15
HSL 320.4º 0.85% 0.46% -
HSV(B) 320.4º 0.92% 0.85% -
XYZ 34.24 17.32 29.97 -
YUV 91.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 217 17 149 0 0.92 0.31 0.15 320.4 0.85 0.46
Hex D9 11 95 0 5C 1F F 140 55 2E
Octal 331 21 225 0 134 37 17 500 125 56
Binary 11011001 10001 10010101 0 1011100 11111 1111 101000000 1010101 101110

Color Harmonies of #D91195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91195

Black with #D91195

Text Example


Text Example

White with #D91195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91195; }

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

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

background-color css

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

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

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

border-color css

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

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

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