#d2499d

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

Shades of Mulberry #D2499D

Tints of Mulberry #D2499D

Color information

#D2499D (or 0xD2499D) is unknown color: approx Mulberry. HEX triplet: D2, 49 and 9D. RGB value is (210,73,157). Sum of RGB (Red+Green+Blue) = 210+73+157=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2499D is #2DB662. Grayscale: #7B7B7B. Windows color (decimal): -2995811 or 10308050. OLE color: 10308050.

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

Color convert

RGB21073157-
CMYK00.650.250.18
HSL323.21º60.35%55.49%-
HSV(B)323.21º65.24%82.35%-
XYZ35.0520.934.09-
YUV123.54146.89189.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=47.73%
G=16.59%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107315700.650.250.18323.2160.3555.49
HexD2499D04119121433c37
Octal322111235010131225037467
Binary11010010100100110011101010000011100110010101000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2499d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2499d; }

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

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

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

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

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

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

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

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