Html Css Color HEX #D91696 Medium Violet Red

📋 copy color: '#D91696'

red 217 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #D91696

Tints of Medium Violet Red #D91696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.66%

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

R = 55.78%
G = 5.66%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D91696 (or 0xD91696) is known color: Medium Violet Red. HEX triplet: D9, 16 and 96. RGB value is (217,22,150). Sum of RGB (Red+Green+Blue) = 217+22+150=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D91696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91696 is #26E969. Grayscale: #5E5E5E. Windows color (decimal): -2550122 or 9836249. OLE color: 9836249.

HSL color Cylindrical-coordinate representation of color #D91696: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91696 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 150 -
CMYK 0 0.90 0.31 0.15
HSL 320.62º 0.82% 0.47% -
HSV(B) 320.62º 0.9% 0.85% -
XYZ 34.41 17.53 30.42 -
YUV 94.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 217 22 150 0 0.90 0.31 0.15 320.62 0.82 0.47
Hex D9 16 96 0 5A 1F F 141 52 2F
Octal 331 26 226 0 132 37 17 501 122 57
Binary 11011001 10110 10010110 0 1011010 11111 1111 101000001 1010010 101111

Color Harmonies of #D91696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91696

Black with #D91696

Text Example


Text Example

White with #D91696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91696; }

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

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

background-color css

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

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

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

border-color css

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

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

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