#D95397

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

Shades of Mulberry #D95397

Tints of Mulberry #D95397

Color information

#D95397 (or 0xD95397) is unknown color: approx Mulberry. HEX triplet: D9, 53 and 97. RGB value is (217,83,151). Sum of RGB (Red+Green+Blue) = 217+83+151=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95397 is #26AC68. Grayscale: #828282. Windows color (decimal): -2534505 or 9917401. OLE color: 9917401.

HSL color Cylindrical-coordinate representation of color #D95397: hue angle of 329.55º 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 #D95397 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB21783151-
CMYK00.620.300.15
HSL329.55º63.81%58.82%-
HSV(B)329.55º61.75%85.1%-
XYZ37.2923.1731.79-
YUV130.82139.39189.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.12%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=48.12%
G=18.40%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178315100.620.300.15329.5563.8158.82
HexD9539703E1EF14a403b
Octal331123227076361751210073
Binary1101100110100111001011101111101111011111010010101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95397; }

 p { color: rgb(217,83,151); }

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

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

 a { background-color: rgb(217,83,151); }

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

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

 span { border-color: rgb(217,83,151); }

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