#D045A2

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

Shades of Mulberry #D045A2

Tints of Mulberry #D045A2

Color information

#D045A2 (or 0xD045A2) is unknown color: approx Mulberry. HEX triplet: D0, 45 and A2. RGB value is (208,69,162). Sum of RGB (Red+Green+Blue) = 208+69+162=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D045A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045A2 is #2FBA5D. Grayscale: #787878. Windows color (decimal): -3127902 or 10634704. OLE color: 10634704.

HSL color Cylindrical-coordinate representation of color #D045A2: hue angle of 319.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045A2 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20869162-
CMYK00.670.220.18
HSL319.86º59.66%54.31%-
HSV(B)319.86º66.83%81.57%-
XYZ34.6620.2736.27-
YUV121.16151.05189.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=47.38%
G=15.72%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086916200.670.220.18319.8659.6654.31
HexD045A204316121403c36
Octal320105242010326225007466
Binary11010000100010110100010010000111011010010101000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D045A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D045A2; }

 p { color: rgb(208,69,162); }

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

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

 a { background-color: rgb(208,69,162); }

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

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

 span { border-color: rgb(208,69,162); }

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