Html Css Color HEX #D91192 Medium Violet Red

📋 copy color: '#D91192'

red 217 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #D91192

Tints of Medium Violet Red #D91192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 57.11%
G = 4.47%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D91192 (or 0xD91192) is known color: Medium Violet Red. HEX triplet: D9, 11 and 92. RGB value is (217,17,146). Sum of RGB (Red+Green+Blue) = 217+17+146=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91192 is #26EE6D. Grayscale: #5B5B5B. Windows color (decimal): -2551406 or 9572825. OLE color: 9572825.

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

Color convert

RGB 217 17 146 -
CMYK 0 0.92 0.33 0.15
HSL 321.3º 0.85% 0.46% -
HSV(B) 321.3º 0.92% 0.85% -
XYZ 34 17.23 28.73 -
YUV 91.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 217 17 146 0 0.92 0.33 0.15 321.3 0.85 0.46
Hex D9 11 92 0 5C 21 F 141 55 2E
Octal 331 21 222 0 134 41 17 501 125 56
Binary 11011001 10001 10010010 0 1011100 100001 1111 101000001 1010101 101110

Color Harmonies of #D91192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91192

Black with #D91192

Text Example


Text Example

White with #D91192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91192; }

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

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

background-color css

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

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

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

border-color css

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

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

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