#D95695

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

Shades of Mulberry #D95695

Tints of Mulberry #D95695

Color information

#D95695 (or 0xD95695) is unknown color: approx Mulberry. HEX triplet: D9, 56 and 95. RGB value is (217,86,149). Sum of RGB (Red+Green+Blue) = 217+86+149=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95695 is #26A96A. Grayscale: #848484. Windows color (decimal): -2533739 or 9787097. OLE color: 9787097.

HSL color Cylindrical-coordinate representation of color #D95695: hue angle of 331.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95695 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21786149-
CMYK00.600.310.15
HSL331.15º63.29%59.41%-
HSV(B)331.15º60.37%85.1%-
XYZ37.3723.5831.02-
YUV132.35137.4188.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=48.01%
G=19.03%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178614900.600.310.15331.1563.2959.41
HexD9569503C1FF14b3f3b
Octal33112622507437175137773
Binary110110011010110100101010111100111111111101001011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95695; }

 p { color: rgb(217,86,149); }

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

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

 a { background-color: rgb(217,86,149); }

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

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

 span { border-color: rgb(217,86,149); }

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