#D240A6

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

Shades of Mulberry #D240A6

Tints of Mulberry #D240A6

Color information

#D240A6 (or 0xD240A6) is unknown color: approx Mulberry. HEX triplet: D2, 40 and A6. RGB value is (210,64,166). Sum of RGB (Red+Green+Blue) = 210+64+166=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D240A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D240A6 is #2DBF59. Grayscale: #777777. Windows color (decimal): -2998106 or 10895570. OLE color: 10895570.

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

Color convert

RGB21064166-
CMYK00.700.210.18
HSL318.08º61.86%53.73%-
HSV(B)318.08º69.52%82.35%-
XYZ35.2920.1238.1-
YUV119.28154.37192.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=47.73%
G=14.55%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106416600.700.210.18318.0861.8653.73
HexD240A6046151213e3e36
Octal322100246010625224767666
Binary11010010100000010100110010001101010110010100111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D240A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D240A6; }

 p { color: rgb(210,64,166); }

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

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

 a { background-color: rgb(210,64,166); }

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

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

 span { border-color: rgb(210,64,166); }

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