#D445A5

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

Shades of Mulberry #D445A5

Tints of Mulberry #D445A5

Color information

#D445A5 (or 0xD445A5) is unknown color: approx Mulberry. HEX triplet: D4, 45 and A5. RGB value is (212,69,165). Sum of RGB (Red+Green+Blue) = 212+69+165=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D445A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445A5 is #2BBA5A. Grayscale: #7A7A7A. Windows color (decimal): -2865755 or 10831316. OLE color: 10831316.

HSL color Cylindrical-coordinate representation of color #D445A5: hue angle of 319.72º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D445A5 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21269165-
CMYK00.670.220.17
HSL319.72º62.45%55.1%-
HSV(B)319.72º67.45%83.14%-
XYZ36.0720.9737.74-
YUV122.7151.88191.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=47.53%
G=15.47%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126916500.670.220.17319.7262.4555.1
HexD445A504316111403e37
Octal324105245010326215007667
Binary11010100100010110100101010000111011010001101000000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445A5; }

 p { color: rgb(212,69,165); }

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

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

 a { background-color: rgb(212,69,165); }

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

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

 span { border-color: rgb(212,69,165); }

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