#D242A4

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

Shades of Mulberry #D242A4

Tints of Mulberry #D242A4

Color information

#D242A4 (or 0xD242A4) is unknown color: approx Mulberry. HEX triplet: D2, 42 and A4. RGB value is (210,66,164). Sum of RGB (Red+Green+Blue) = 210+66+164=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D242A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D242A4 is #2DBD5B. Grayscale: #777777. Windows color (decimal): -2997596 or 10765010. OLE color: 10765010.

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

Color convert

RGB21066164-
CMYK00.690.220.18
HSL319.17º61.54%54.12%-
HSV(B)319.17º68.57%82.35%-
XYZ35.2320.2837.18-
YUV120.23152.71192.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=47.73%
G=15%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106616400.690.220.18319.1761.5454.12
HexD242A4045161213f3e36
Octal322102244010526224777666
Binary11010010100001010100100010001011011010010100111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D242A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D242A4; }

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

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

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

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

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

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

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

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