#d042a4

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

Shades of Mulberry #D042A4

Tints of Mulberry #D042A4

Color information

#D042A4 (or 0xD042A4) is unknown color: approx Mulberry. HEX triplet: D0, 42 and A4. RGB value is (208,66,164). Sum of RGB (Red+Green+Blue) = 208+66+164=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D042A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D042A4 is #2FBD5B. Grayscale: #777777. Windows color (decimal): -3128668 or 10765008. OLE color: 10765008.

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

Color convert

RGB20866164-
CMYK00.680.210.18
HSL318.59º60.17%53.73%-
HSV(B)318.59º68.27%81.57%-
XYZ34.6619.9937.15-
YUV119.63153.04191.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 164 (64.45% from 255) = 37.44%
R=47.49%
G=15.07%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086616400.680.210.18318.5960.1753.73
HexD042A4044151213f3c36
Octal320102244010425224777466
Binary11010000100001010100100010001001010110010100111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d042a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d042a4; }

 p { color: rgb(208,66,164); }

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

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

 a { background-color: rgb(208,66,164); }

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

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

 span { border-color: rgb(208,66,164); }

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