#D148AB

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

Shades of Mulberry #D148AB

Tints of Mulberry #D148AB

Color information

#D148AB (or 0xD148AB) is unknown color: approx Mulberry. HEX triplet: D1, 48 and AB. RGB value is (209,72,171). Sum of RGB (Red+Green+Blue) = 209+72+171=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D148AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D148AB is #2EB754. Grayscale: #7B7B7B. Windows color (decimal): -3061589 or 11225297. OLE color: 11225297.

HSL color Cylindrical-coordinate representation of color #D148AB: hue angle of 316.64º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148AB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20972171-
CMYK00.660.180.18
HSL316.64º59.83%55.1%-
HSV(B)316.64º65.55%81.96%-
XYZ35.9621.1340.71-
YUV124.25154.39188.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 72 (28.52% from 255) = 15.93%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=46.24%
G=15.93%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097217100.660.180.18316.6459.8355.1
HexD148AB042121213d3c37
Octal321110253010222224757467
Binary11010001100100010101011010000101001010010100111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148AB; }

 p { color: rgb(209,72,171); }

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

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

 a { background-color: rgb(209,72,171); }

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

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

 span { border-color: rgb(209,72,171); }

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