#D138AA

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

Shades of Mulberry #D138AA

Tints of Mulberry #D138AA

Color information

#D138AA (or 0xD138AA) is unknown color: approx Mulberry. HEX triplet: D1, 38 and AA. RGB value is (209,56,170). Sum of RGB (Red+Green+Blue) = 209+56+170=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D138AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138AA is #2EC755. Grayscale: #727272. Windows color (decimal): -3065686 or 11155665. OLE color: 11155665.

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

Color convert

RGB20956170-
CMYK00.730.190.18
HSL315.29º62.45%51.96%-
HSV(B)315.29º73.21%81.96%-
XYZ34.9619.2939.91-
YUV114.74159.19195.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=48.05%
G=12.87%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095617000.730.190.18315.2962.4551.96
HexD138AA049131213b3e34
Octal32170252011123224737664
Binary1101000111100010101010010010011001110010100111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D138AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D138AA; }

 p { color: rgb(209,56,170); }

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

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

 a { background-color: rgb(209,56,170); }

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

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

 span { border-color: rgb(209,56,170); }

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