#D95291

Color #D95291 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D95291

Tints of Mulberry #D95291

Color information

#D95291 (or 0xD95291) is unknown color: approx Mulberry. HEX triplet: D9, 52 and 91. RGB value is (217,82,145). Sum of RGB (Red+Green+Blue) = 217+82+145=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D95291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95291 is #26AD6E. Grayscale: #818181. Windows color (decimal): -2534767 or 9523929. OLE color: 9523929.

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

Color convert

RGB21782145-
CMYK00.620.330.15
HSL332º63.98%58.63%-
HSV(B)332º62.21%85.1%-
XYZ36.7422.8329.26-
YUV129.55136.73190.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 82 (32.42% from 255) = 18.47%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=48.87%
G=18.47%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178214500.620.330.1533263.9858.63
HexD9529103E21F14c403b
Octal331122221076411751410073
Binary11011001101001010010001011111010000111111010011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95291; }

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

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

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

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

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

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

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

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