#D75499

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

Shades of Mulberry #D75499

Tints of Mulberry #D75499

Color information

#D75499 (or 0xD75499) is unknown color: approx Mulberry. HEX triplet: D7, 54 and 99. RGB value is (215,84,153). Sum of RGB (Red+Green+Blue) = 215+84+153=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D75499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75499 is #28AB66. Grayscale: #828282. Windows color (decimal): -2665319 or 10048727. OLE color: 10048727.

HSL color Cylindrical-coordinate representation of color #D75499: hue angle of 328.4º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75499 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21584153-
CMYK00.610.290.16
HSL328.4º62.09%58.63%-
HSV(B)328.4º60.93%84.31%-
XYZ36.9423.0932.65-
YUV131.04140.4187.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=47.57%
G=18.58%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158415300.610.290.16328.462.0958.63
HexD7549903D1D101483e3b
Octal32712423107535205107673
Binary1101011110101001001100101111011110110000101001000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75499; }

 p { color: rgb(215,84,153); }

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

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

 a { background-color: rgb(215,84,153); }

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

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

 span { border-color: rgb(215,84,153); }

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