#D042A7

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

Shades of Mulberry #D042A7

Tints of Mulberry #D042A7

Color information

#D042A7 (or 0xD042A7) is unknown color: approx Mulberry. HEX triplet: D0, 42 and A7. RGB value is (208,66,167). Sum of RGB (Red+Green+Blue) = 208+66+167=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D042A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D042A7 is #2FBD58. Grayscale: #777777. Windows color (decimal): -3128665 or 10961616. OLE color: 10961616.

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

Color convert

RGB20866167-
CMYK00.680.200.18
HSL317.32º60.17%53.73%-
HSV(B)317.32º68.27%81.57%-
XYZ34.9420.138.6-
YUV119.97154.54190.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=47.17%
G=14.97%
B=37.87%

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
Decimal2086616700.680.200.18317.3260.1753.73
HexD042A7044141213d3c36
Octal320102247010424224757466
Binary11010000100001010100111010001001010010010100111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D042A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D042A7; }

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

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

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

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

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

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

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

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