#D75691

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

Shades of Mulberry #D75691

Tints of Mulberry #D75691

Color information

#D75691 (or 0xD75691) is unknown color: approx Mulberry. HEX triplet: D7, 56 and 91. RGB value is (215,86,145). Sum of RGB (Red+Green+Blue) = 215+86+145=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75691 is #28A96E. Grayscale: #838383. Windows color (decimal): -2664815 or 9524951. OLE color: 9524951.

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

Color convert

RGB21586145-
CMYK00.60.330.16
HSL332.56º61.72%59.02%-
HSV(B)332.56º60%84.31%-
XYZ36.4623.1529.33-
YUV131.3135.74187.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=48.21%
G=19.28%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158614500.60.330.16332.5661.7259.02
HexD7569103C211014d3e3b
Octal32712622107441205157673
Binary11010111101011010010001011110010000110000101001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75691; }

 p { color: rgb(215,86,145); }

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

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

 a { background-color: rgb(215,86,145); }

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

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

 span { border-color: rgb(215,86,145); }

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