#D445A4

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

Shades of Mulberry #D445A4

Tints of Mulberry #D445A4

Color information

#D445A4 (or 0xD445A4) is unknown color: approx Mulberry. HEX triplet: D4, 45 and A4. RGB value is (212,69,164). Sum of RGB (Red+Green+Blue) = 212+69+164=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D445A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445A4 is #2BBA5B. Grayscale: #7A7A7A. Windows color (decimal): -2865756 or 10765780. OLE color: 10765780.

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

Color convert

RGB21269164-
CMYK00.670.230.17
HSL320.14º62.45%55.1%-
HSV(B)320.14º67.45%83.14%-
XYZ35.9820.9337.27-
YUV122.59151.38191.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 164 (64.45% from 255) = 36.85%
R=47.64%
G=15.51%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126916400.670.230.17320.1462.4555.1
HexD445A404317111403e37
Octal324105244010327215007667
Binary11010100100010110100100010000111011110001101000000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445A4; }

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

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

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

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

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

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

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

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