Html Css Color HEX #D91695 Medium Violet Red

📋 copy color: '#D91695'

red 217 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #D91695

Tints of Medium Violet Red #D91695

RGB

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

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

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

R = 55.93%
G = 5.67%
B = 38.4%

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

#D91695 (or 0xD91695) is known color: Medium Violet Red. HEX triplet: D9, 16 and 95. RGB value is (217,22,149). Sum of RGB (Red+Green+Blue) = 217+22+149=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D91695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91695 is #26E96A. Grayscale: #5E5E5E. Windows color (decimal): -2550123 or 9770713. OLE color: 9770713.

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

Color convert

RGB 217 22 149 -
CMYK 0 0.90 0.31 0.15
HSL 320.92º 0.82% 0.47% -
HSV(B) 320.92º 0.9% 0.85% -
XYZ 34.33 17.5 30 -
YUV 94.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 217 22 149 0 0.90 0.31 0.15 320.92 0.82 0.47
Hex D9 16 95 0 5A 1F F 141 52 2F
Octal 331 26 225 0 132 37 17 501 122 57
Binary 11011001 10110 10010101 0 1011010 11111 1111 101000001 1010010 101111

Color Harmonies of #D91695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91695

Black with #D91695

Text Example


Text Example

White with #D91695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91695; }

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

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

background-color css

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

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

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

border-color css

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

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

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