Html Css Color HEX #D91991 Medium Violet Red

📋 copy color: '#D91991'

red 217 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #D91991

Tints of Medium Violet Red #D91991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 56.07%
G = 6.46%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D91991 (or 0xD91991) is known color: Medium Violet Red. HEX triplet: D9, 19 and 91. RGB value is (217,25,145). Sum of RGB (Red+Green+Blue) = 217+25+145=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D91991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91991 is #26E66E. Grayscale: #5F5F5F. Windows color (decimal): -2549359 or 9509337. OLE color: 9509337.

HSL color Cylindrical-coordinate representation of color #D91991: hue angle of 322.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91991 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 145 -
CMYK 0 0.88 0.33 0.15
HSL 322.5º 0.79% 0.47% -
HSV(B) 322.5º 0.88% 0.85% -
XYZ 34.07 17.49 28.37 -
YUV 96.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 217 25 145 0 0.88 0.33 0.15 322.5 0.79 0.47
Hex D9 19 91 0 58 21 F 142 4F 2F
Octal 331 31 221 0 130 41 17 502 117 57
Binary 11011001 11001 10010001 0 1011000 100001 1111 101000010 1001111 101111

Color Harmonies of #D91991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91991

Black with #D91991

Text Example


Text Example

White with #D91991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91991; }

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

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

background-color css

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

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

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

border-color css

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

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

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