#D142A4

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

Shades of Mulberry #D142A4

Tints of Mulberry #D142A4

Color information

#D142A4 (or 0xD142A4) is unknown color: approx Mulberry. HEX triplet: D1, 42 and A4. RGB value is (209,66,164). Sum of RGB (Red+Green+Blue) = 209+66+164=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D142A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D142A4 is #2EBD5B. Grayscale: #777777. Windows color (decimal): -3063132 or 10765009. OLE color: 10765009.

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

Color convert

RGB20966164-
CMYK00.680.220.18
HSL318.88º60.85%53.92%-
HSV(B)318.88º68.42%81.96%-
XYZ34.9420.1337.17-
YUV119.93152.88191.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 66 (26.17% from 255) = 15.03%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=47.61%
G=15.03%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096616400.680.220.18318.8860.8553.92
HexD142A4044161213f3d36
Octal321102244010426224777566
Binary11010001100001010100100010001001011010010100111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D142A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D142A4; }

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

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

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

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

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

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

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

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