#D042A6

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

Shades of Mulberry #D042A6

Tints of Mulberry #D042A6

Color information

#D042A6 (or 0xD042A6) is unknown color: approx Mulberry. HEX triplet: D0, 42 and A6. RGB value is (208,66,166). Sum of RGB (Red+Green+Blue) = 208+66+166=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D042A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D042A6 is #2FBD59. Grayscale: #777777. Windows color (decimal): -3128666 or 10896080. OLE color: 10896080.

HSL color Cylindrical-coordinate representation of color #D042A6: hue angle of 317.75º 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 #D042A6 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20866166-
CMYK00.680.200.18
HSL317.75º60.17%53.73%-
HSV(B)317.75º68.27%81.57%-
XYZ34.8420.0638.11-
YUV119.86154.04190.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=47.27%
G=15%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086616600.680.200.18317.7560.1753.73
HexD042A6044141213e3c36
Octal320102246010424224767466
Binary11010000100001010100110010001001010010010100111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D042A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D042A6; }

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

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

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

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

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

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

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

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