Html Css Color HEX #D91AA0 Medium Violet Red

📋 copy color: '#D91AA0'

red 217 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #D91AA0

Tints of Medium Violet Red #D91AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 53.85%
G = 6.45%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D91AA0 (or 0xD91AA0) is known color: Medium Violet Red. HEX triplet: D9, 1A and A0. RGB value is (217,26,160). Sum of RGB (Red+Green+Blue) = 217+26+160=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91AA0 is #26E55F. Grayscale: #626262. Windows color (decimal): -2549088 or 10492633. OLE color: 10492633.

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

Color convert

RGB 217 26 160 -
CMYK 0 0.88 0.26 0.15
HSL 317.91º 0.79% 0.48% -
HSV(B) 317.91º 0.88% 0.85% -
XYZ 35.33 18.03 34.88 -
YUV 98.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 217 26 160 0 0.88 0.26 0.15 317.91 0.79 0.48
Hex D9 1A A0 0 58 1A F 13E 4F 30
Octal 331 32 240 0 130 32 17 476 117 60
Binary 11011001 11010 10100000 0 1011000 11010 1111 100111110 1001111 110000

Color Harmonies of #D91AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91AA0

Black with #D91AA0

Text Example


Text Example

White with #D91AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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