Html Css Color HEX #D91291 Medium Violet Red

📋 copy color: '#D91291'

red 217 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #D91291

Tints of Medium Violet Red #D91291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

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

R = 57.11%
G = 4.74%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D91291 (or 0xD91291) is known color: Medium Violet Red. HEX triplet: D9, 12 and 91. RGB value is (217,18,145). Sum of RGB (Red+Green+Blue) = 217+18+145=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91291 is #26ED6E. Grayscale: #5B5B5B. Windows color (decimal): -2551151 or 9507545. OLE color: 9507545.

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

Color convert

RGB 217 18 145 -
CMYK 0 0.92 0.33 0.15
HSL 321.71º 0.85% 0.46% -
HSV(B) 321.71º 0.92% 0.85% -
XYZ 33.94 17.23 28.32 -
YUV 91.98 157.93 217.17 -
System Red Green Blue C M Y K H S L
Decimal 217 18 145 0 0.92 0.33 0.15 321.71 0.85 0.46
Hex D9 12 91 0 5C 21 F 142 55 2E
Octal 331 22 221 0 134 41 17 502 125 56
Binary 11011001 10010 10010001 0 1011100 100001 1111 101000010 1010101 101110

Color Harmonies of #D91291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91291

Black with #D91291

Text Example


Text Example

White with #D91291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91291; }

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

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

background-color css

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

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

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

border-color css

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

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

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