#D142A5

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

Shades of Mulberry #D142A5

Tints of Mulberry #D142A5

Color information

#D142A5 (or 0xD142A5) is unknown color: approx Mulberry. HEX triplet: D1, 42 and A5. RGB value is (209,66,165). Sum of RGB (Red+Green+Blue) = 209+66+165=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D142A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142A5 is #2EBD5A. Grayscale: #777777. Windows color (decimal): -3063131 or 10830545. OLE color: 10830545.

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

Color convert

RGB20966165-
CMYK00.680.210.18
HSL318.46º60.85%53.92%-
HSV(B)318.46º68.42%81.96%-
XYZ35.0320.1737.64-
YUV120.04153.38191.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.5%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=47.5%
G=15%
B=37.5%

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
Decimal2096616500.680.210.18318.4660.8553.92
HexD142A5044151213e3d36
Octal321102245010425224767566
Binary11010001100001010100101010001001010110010100111110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D142A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D142A5; }

 p { color: rgb(209,66,165); }

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

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

 a { background-color: rgb(209,66,165); }

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

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

 span { border-color: rgb(209,66,165); }

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