#D445AC

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

Shades of Mulberry #D445AC

Tints of Mulberry #D445AC

Color information

#D445AC (or 0xD445AC) is unknown color: approx Mulberry. HEX triplet: D4, 45 and AC. RGB value is (212,69,172). Sum of RGB (Red+Green+Blue) = 212+69+172=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D445AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445AC is #2BBA53. Grayscale: #7B7B7B. Windows color (decimal): -2865748 or 11290068. OLE color: 11290068.

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

Color convert

RGB21269172-
CMYK00.670.190.17
HSL316.78º62.45%55.1%-
HSV(B)316.78º67.45%83.14%-
XYZ36.7321.2341.19-
YUV123.5155.38191.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=46.80%
G=15.23%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126917200.670.190.17316.7862.4555.1
HexD445AC043131113d3e37
Octal324105254010323214757667
Binary11010100100010110101100010000111001110001100111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445AC; }

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

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

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

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

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

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

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

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