Html Css Color HEX #D91591 Medium Violet Red

📋 copy color: '#D91591'

red 217 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #D91591

Tints of Medium Violet Red #D91591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.48%

 BLUE value IS 145 (57.03% from 255) = 37.86%

R = 56.66%
G = 5.48%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D91591 (or 0xD91591) is known color: Medium Violet Red. HEX triplet: D9, 15 and 91. RGB value is (217,21,145). Sum of RGB (Red+Green+Blue) = 217+21+145=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D91591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91591 is #26EA6E. Grayscale: #5D5D5D. Windows color (decimal): -2550383 or 9508313. OLE color: 9508313.

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

Color convert

RGB 217 21 145 -
CMYK 0 0.90 0.33 0.15
HSL 322.04º 0.82% 0.47% -
HSV(B) 322.04º 0.9% 0.85% -
XYZ 33.99 17.33 28.34 -
YUV 93.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 217 21 145 0 0.90 0.33 0.15 322.04 0.82 0.47
Hex D9 15 91 0 5A 21 F 142 52 2F
Octal 331 25 221 0 132 41 17 502 122 57
Binary 11011001 10101 10010001 0 1011010 100001 1111 101000010 1010010 101111

Color Harmonies of #D91591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91591

Black with #D91591

Text Example


Text Example

White with #D91591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91591; }

 p { color: rgb(217,21,145); }

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

background-color css

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

 a { background-color: rgb(217,21,145); }

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

border-color css

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

 span { border-color: rgb(217,21,145); }

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