#D91481

Color #D91481 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D91481

Tints of Medium Violet Red #D91481

Color information

#D91481 (or 0xD91481) is unknown color: approx Medium Violet Red. HEX triplet: D9, 14 and 81. RGB value is (217,20,129). Sum of RGB (Red+Green+Blue) = 217+20+129=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D91481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91481 is #26EB7E. Grayscale: #5B5B5B. Windows color (decimal): -2550655 or 8459481. OLE color: 8459481.

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

Color convert

RGB21720129-
CMYK00.910.410.15
HSL326.8º83.12%46.47%-
HSV(B)326.8º90.78%85.1%-
XYZ32.8316.8422.29-
YUV91.33149.27217.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.29%
GREEN value IS 20 (8.20% from 255) = 5.46%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=59.29%
G=5.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172012900.910.410.15326.883.1246.47
HexD9148105B29F147532e
Octal331242010133511750712356
Binary1101100110100100000010101101110100111111010001111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91481; }

 p { color: rgb(217,20,129); }

 H1.HeaderClassName
 {
   color: #D91481;
 }
 .AnyTagClassName
 {
   color: #D91481;
 }
</style>
background-color css

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

 a { background-color: rgb(217,20,129); }

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

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

 span { border-color: rgb(217,20,129); }

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