#D745AD

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

Shades of Mulberry #D745AD

Tints of Mulberry #D745AD

Color information

#D745AD (or 0xD745AD) is unknown color: approx Mulberry. HEX triplet: D7, 45 and AD. RGB value is (215,69,173). Sum of RGB (Red+Green+Blue) = 215+69+173=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D745AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745AD is #28BA52. Grayscale: #7C7C7C. Windows color (decimal): -2669139 or 11355607. OLE color: 11355607.

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

Color convert

RGB21569173-
CMYK00.680.200.16
HSL317.26º64.6%55.69%-
HSV(B)317.26º67.91%84.31%-
XYZ37.721.7241.74-
YUV124.51155.37192.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=47.05%
G=15.10%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156917300.680.200.16317.2664.655.69
HexD745AD044141013d4138
Octal3271052550104242047510170
Binary110101111000101101011010100010010100100001001111011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D745AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D745AD; }

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

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

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

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

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

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

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

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