#D2488A

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

Shades of Mulberry #D2488A

Tints of Mulberry #D2488A

Color information

#D2488A (or 0xD2488A) is unknown color: approx Mulberry. HEX triplet: D2, 48 and 8A. RGB value is (210,72,138). Sum of RGB (Red+Green+Blue) = 210+72+138=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2488A is #2DB775. Grayscale: #787878. Windows color (decimal): -2996086 or 9062610. OLE color: 9062610.

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

Color convert

RGB21072138-
CMYK00.660.340.18
HSL331.3º60.53%55.29%-
HSV(B)331.3º65.71%82.35%-
XYZ33.4820.1726.17-
YUV120.79137.72191.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=50%
G=17.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107213800.660.340.18331.360.5355.29
HexD2488A042221214b3d37
Octal322110212010242225137567
Binary110100101001000100010100100001010001010010101001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2488A; }

 p { color: rgb(210,72,138); }

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

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

 a { background-color: rgb(210,72,138); }

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

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

 span { border-color: rgb(210,72,138); }

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