Html Css Color HEX #D91AA5 Medium Violet Red

📋 copy color: '#D91AA5'

red 217 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #D91AA5

Tints of Medium Violet Red #D91AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 53.19%
G = 6.37%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D91AA5 (or 0xD91AA5) is known color: Medium Violet Red. HEX triplet: D9, 1A and A5. RGB value is (217,26,165). Sum of RGB (Red+Green+Blue) = 217+26+165=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AA5 is #26E55A. Grayscale: #626262. Windows color (decimal): -2549083 or 10820313. OLE color: 10820313.

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

Color convert

RGB 217 26 165 -
CMYK 0 0.88 0.24 0.15
HSL 316.34º 0.79% 0.48% -
HSV(B) 316.34º 0.88% 0.85% -
XYZ 35.78 18.21 37.23 -
YUV 98.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 217 26 165 0 0.88 0.24 0.15 316.34 0.79 0.48
Hex D9 1A A5 0 58 18 F 13C 4F 30
Octal 331 32 245 0 130 30 17 474 117 60
Binary 11011001 11010 10100101 0 1011000 11000 1111 100111100 1001111 110000

Color Harmonies of #D91AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AA5

Black with #D91AA5

Text Example


Text Example

White with #D91AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AA5; }

 p { color: rgb(217,26,165); }

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

background-color css

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

 a { background-color: rgb(217,26,165); }

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

border-color css

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

 span { border-color: rgb(217,26,165); }

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