#D445A6

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

Shades of Mulberry #D445A6

Tints of Mulberry #D445A6

Color information

#D445A6 (or 0xD445A6) is unknown color: approx Mulberry. HEX triplet: D4, 45 and A6. RGB value is (212,69,166). Sum of RGB (Red+Green+Blue) = 212+69+166=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D445A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445A6 is #2BBA59. Grayscale: #7A7A7A. Windows color (decimal): -2865754 or 10896852. OLE color: 10896852.

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

Color convert

RGB21269166-
CMYK00.670.220.17
HSL319.3º62.45%55.1%-
HSV(B)319.3º67.45%83.14%-
XYZ36.1621.0138.23-
YUV122.82152.38191.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=47.43%
G=15.44%
B=37.14%

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
Decimal2126916600.670.220.17319.362.4555.1
HexD445A6043161113f3e37
Octal324105246010326214777667
Binary11010100100010110100110010000111011010001100111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445A6; }

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

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

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

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

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

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

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

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