Html Css Color HEX #D91096 Medium Violet Red

📋 copy color: '#D91096'

red 217 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #D91096

Tints of Medium Violet Red #D91096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.18%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 56.66%
G = 4.18%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D91096 (or 0xD91096) is known color: Medium Violet Red. HEX triplet: D9, 10 and 96. RGB value is (217,16,150). Sum of RGB (Red+Green+Blue) = 217+16+150=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D91096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91096 is #26EF69. Grayscale: #5B5B5B. Windows color (decimal): -2551658 or 9834713. OLE color: 9834713.

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

Color convert

RGB 217 16 150 -
CMYK 0 0.93 0.31 0.15
HSL 320º 0.86% 0.46% -
HSV(B) 320º 0.93% 0.85% -
XYZ 34.31 17.32 30.39 -
YUV 91.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 217 16 150 0 0.93 0.31 0.15 320 0.86 0.46
Hex D9 10 96 0 5D 1F F 140 56 2E
Octal 331 20 226 0 135 37 17 500 126 56
Binary 11011001 10000 10010110 0 1011101 11111 1111 101000000 1010110 101110

Color Harmonies of #D91096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91096

Black with #D91096

Text Example


Text Example

White with #D91096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91096; }

 p { color: rgb(217,16,150); }

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

background-color css

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

 a { background-color: rgb(217,16,150); }

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

border-color css

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

 span { border-color: rgb(217,16,150); }

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