#D2498A

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

Shades of Mulberry #D2498A

Tints of Mulberry #D2498A

Color information

#D2498A (or 0xD2498A) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 8A. RGB value is (210,73,138). Sum of RGB (Red+Green+Blue) = 210+73+138=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2498A is #2DB675. Grayscale: #797979. Windows color (decimal): -2995830 or 9062866. OLE color: 9062866.

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

Color convert

RGB21073138-
CMYK00.650.340.18
HSL331.53º60.35%55.49%-
HSV(B)331.53º65.24%82.35%-
XYZ33.5520.326.2-
YUV121.37137.39191.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=49.88%
G=17.34%
B=32.78%

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
Decimal2107313800.650.340.18331.5360.3555.49
HexD2498A041221214c3c37
Octal322111212010142225147467
Binary110100101001001100010100100000110001010010101001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2498A; }

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

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

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

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

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

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

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

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