#D2559D

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

Shades of Mulberry #D2559D

Tints of Mulberry #D2559D

Color information

#D2559D (or 0xD2559D) is unknown color: approx Mulberry. HEX triplet: D2, 55 and 9D. RGB value is (210,85,157). Sum of RGB (Red+Green+Blue) = 210+85+157=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2559D is #2DAA62. Grayscale: #828282. Windows color (decimal): -2992739 or 10311122. OLE color: 10311122.

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

Color convert

RGB21085157-
CMYK00.600.250.18
HSL325.44º58.14%57.84%-
HSV(B)325.44º59.52%82.35%-
XYZ35.9122.6334.37-
YUV130.58142.91184.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=46.46%
G=18.81%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108515700.600.250.18325.4458.1457.84
HexD2559D03C19121453a3a
Octal32212523507431225057272
Binary1101001010101011001110101111001100110010101000101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2559D; }

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

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

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

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

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

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

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

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