#D2498B

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

Shades of Mulberry #D2498B

Tints of Mulberry #D2498B

Color information

#D2498B (or 0xD2498B) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 8B. RGB value is (210,73,139). Sum of RGB (Red+Green+Blue) = 210+73+139=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2498B is #2DB674. Grayscale: #797979. Windows color (decimal): -2995829 or 9128402. OLE color: 9128402.

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

Color convert

RGB21073139-
CMYK00.650.340.18
HSL331.09º60.35%55.49%-
HSV(B)331.09º65.24%82.35%-
XYZ33.6220.3326.58-
YUV121.49137.89191.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.76%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=49.76%
G=17.30%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107313900.650.340.18331.0960.3555.49
HexD2498B041221214b3c37
Octal322111213010142225137467
Binary110100101001001100010110100000110001010010101001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2498B; }

 p { color: rgb(210,73,139); }

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

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

 a { background-color: rgb(210,73,139); }

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

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

 span { border-color: rgb(210,73,139); }

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