Html Css Color HEX #D91BA5 Medium Violet Red

📋 copy color: '#D91BA5'

red 217 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #D91BA5

Tints of Medium Violet Red #D91BA5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

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

R = 53.06%
G = 6.6%
B = 40.34%

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

#D91BA5 (or 0xD91BA5) is known color: Medium Violet Red. HEX triplet: D9, 1B and A5. RGB value is (217,27,165). Sum of RGB (Red+Green+Blue) = 217+27+165=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91BA5 is #26E45A. Grayscale: #636363. Windows color (decimal): -2548827 or 10820569. OLE color: 10820569.

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

Color convert

RGB 217 27 165 -
CMYK 0 0.88 0.24 0.15
HSL 316.42º 0.78% 0.48% -
HSV(B) 316.42º 0.88% 0.85% -
XYZ 35.8 18.25 37.23 -
YUV 99.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 217 27 165 0 0.88 0.24 0.15 316.42 0.78 0.48
Hex D9 1B A5 0 58 18 F 13C 4E 30
Octal 331 33 245 0 130 30 17 474 116 60
Binary 11011001 11011 10100101 0 1011000 11000 1111 100111100 1001110 110000

Color Harmonies of #D91BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91BA5

Black with #D91BA5

Text Example


Text Example

White with #D91BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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