Html Css Color HEX #D91DA5 Medium Violet Red

📋 copy color: '#D91DA5'

red 217 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #D91DA5

Tints of Medium Violet Red #D91DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

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

R = 52.8%
G = 7.06%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D91DA5 (or 0xD91DA5) is known color: Medium Violet Red. HEX triplet: D9, 1D and A5. RGB value is (217,29,165). Sum of RGB (Red+Green+Blue) = 217+29+165=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91DA5 is #26E25A. Grayscale: #646464. Windows color (decimal): -2548315 or 10821081. OLE color: 10821081.

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

Color convert

RGB 217 29 165 -
CMYK 0 0.87 0.24 0.15
HSL 316.6º 0.76% 0.48% -
HSV(B) 316.6º 0.87% 0.85% -
XYZ 35.85 18.35 37.25 -
YUV 100.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 217 29 165 0 0.87 0.24 0.15 316.6 0.76 0.48
Hex D9 1D A5 0 57 18 F 13D 4C 30
Octal 331 35 245 0 127 30 17 475 114 60
Binary 11011001 11101 10100101 0 1010111 11000 1111 100111101 1001100 110000

Color Harmonies of #D91DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91DA5

Black with #D91DA5

Text Example


Text Example

White with #D91DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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