Html Css Color HEX #D91E91 Medium Violet Red

📋 copy color: '#D91E91'

red 217 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #D91E91

Tints of Medium Violet Red #D91E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.65%

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

R = 55.36%
G = 7.65%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D91E91 (or 0xD91E91) is known color: Medium Violet Red. HEX triplet: D9, 1E and 91. RGB value is (217,30,145). Sum of RGB (Red+Green+Blue) = 217+30+145=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91E91 is #26E16E. Grayscale: #626262. Windows color (decimal): -2548079 or 9510617. OLE color: 9510617.

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

Color convert

RGB 217 30 145 -
CMYK 0 0.86 0.33 0.15
HSL 323.1º 0.76% 0.48% -
HSV(B) 323.1º 0.86% 0.85% -
XYZ 34.19 17.72 28.41 -
YUV 99.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 217 30 145 0 0.86 0.33 0.15 323.1 0.76 0.48
Hex D9 1E 91 0 56 21 F 143 4C 30
Octal 331 36 221 0 126 41 17 503 114 60
Binary 11011001 11110 10010001 0 1010110 100001 1111 101000011 1001100 110000

Color Harmonies of #D91E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E91

Black with #D91E91

Text Example


Text Example

White with #D91E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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