#D2548A

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

Shades of Mulberry #D2548A

Tints of Mulberry #D2548A

Color information

#D2548A (or 0xD2548A) is unknown color: approx Mulberry. HEX triplet: D2, 54 and 8A. RGB value is (210,84,138). Sum of RGB (Red+Green+Blue) = 210+84+138=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2548A is #2DAB75. Grayscale: #7F7F7F. Windows color (decimal): -2993014 or 9065682. OLE color: 9065682.

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

Color convert

RGB21084138-
CMYK00.60.340.18
HSL334.29º58.33%57.65%-
HSV(B)334.29º60%82.35%-
XYZ34.3421.8826.46-
YUV127.83133.74186.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=48.61%
G=19.44%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108413800.60.340.18334.2958.3357.65
HexD2548A03C221214e3a3a
Octal32212421207442225167272
Binary11010010101010010001010011110010001010010101001110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2548A; }

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

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

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

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

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

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

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

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