#d745a9

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

Shades of Mulberry #D745A9

Tints of Mulberry #D745A9

Color information

#D745A9 (or 0xD745A9) is unknown color: approx Mulberry. HEX triplet: D7, 45 and A9. RGB value is (215,69,169). Sum of RGB (Red+Green+Blue) = 215+69+169=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D745A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745A9 is #28BA56. Grayscale: #7B7B7B. Windows color (decimal): -2669143 or 11093463. OLE color: 11093463.

HSL color Cylindrical-coordinate representation of color #D745A9: hue angle of 318.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D745A9 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21569169-
CMYK00.680.210.16
HSL318.9º64.6%55.69%-
HSV(B)318.9º67.91%84.31%-
XYZ37.3121.5739.73-
YUV124.05153.37192.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.46%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=47.46%
G=15.23%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156916900.680.210.16318.964.655.69
HexD745A9044151013f4138
Octal3271052510104252047710170
Binary110101111000101101010010100010010101100001001111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d745a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d745a9; }

 p { color: rgb(215,69,169); }

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

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

 a { background-color: rgb(215,69,169); }

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

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

 span { border-color: rgb(215,69,169); }

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