#D95395

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

Shades of Mulberry #D95395

Tints of Mulberry #D95395

Color information

#D95395 (or 0xD95395) is unknown color: approx Mulberry. HEX triplet: D9, 53 and 95. RGB value is (217,83,149). Sum of RGB (Red+Green+Blue) = 217+83+149=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95395 is #26AC6A. Grayscale: #828282. Windows color (decimal): -2534507 or 9786329. OLE color: 9786329.

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

Color convert

RGB21783149-
CMYK00.620.310.15
HSL330.45º63.81%58.82%-
HSV(B)330.45º61.75%85.1%-
XYZ37.1323.1130.94-
YUV130.59138.39189.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.33%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=48.33%
G=18.49%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178314900.620.310.15330.4563.8158.82
HexD9539503E1FF14a403b
Octal331123225076371751210073
Binary1101100110100111001010101111101111111111010010101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95395; }

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

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

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

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

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

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

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

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