#D2558A

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

Shades of Mulberry #D2558A

Tints of Mulberry #D2558A

Color information

#D2558A (or 0xD2558A) is unknown color: approx Mulberry. HEX triplet: D2, 55 and 8A. RGB value is (210,85,138). Sum of RGB (Red+Green+Blue) = 210+85+138=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2558A is #2DAA75. Grayscale: #808080. Windows color (decimal): -2992758 or 9065938. OLE color: 9065938.

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

Color convert

RGB21085138-
CMYK00.600.340.18
HSL334.56º58.14%57.84%-
HSV(B)334.56º59.52%82.35%-
XYZ34.4122.0326.48-
YUV128.42133.41186.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=48.50%
G=19.63%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108513800.600.340.18334.5658.1457.84
HexD2558A03C221214f3a3a
Octal32212521207442225177272
Binary11010010101010110001010011110010001010010101001111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2558A; }

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

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

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

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

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

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

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

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