#D757A7

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

Shades of Mulberry #D757A7

Tints of Mulberry #D757A7

Color information

#D757A7 (or 0xD757A7) is unknown color: approx Mulberry. HEX triplet: D7, 57 and A7. RGB value is (215,87,167). Sum of RGB (Red+Green+Blue) = 215+87+167=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D757A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D757A7 is #28A858. Grayscale: #868686. Windows color (decimal): -2664537 or 10966999. OLE color: 10966999.

HSL color Cylindrical-coordinate representation of color #D757A7: hue angle of 322.5º 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 #D757A7 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21587167-
CMYK00.600.220.16
HSL322.5º61.54%59.22%-
HSV(B)322.5º59.53%84.31%-
XYZ38.4124.0539.18-
YUV134.39146.41185.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=45.84%
G=18.55%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158716700.600.220.16322.561.5459.22
HexD757A703C16101423e3b
Octal32712724707426205027673
Binary1101011110101111010011101111001011010000101000010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D757A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D757A7; }

 p { color: rgb(215,87,167); }

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

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

 a { background-color: rgb(215,87,167); }

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

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

 span { border-color: rgb(215,87,167); }

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