#d2598d

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

Shades of Mulberry #D2598D

Tints of Mulberry #D2598D

Color information

#D2598D (or 0xD2598D) is unknown color: approx Mulberry. HEX triplet: D2, 59 and 8D. RGB value is (210,89,141). Sum of RGB (Red+Green+Blue) = 210+89+141=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2598D is #2DA672. Grayscale: #838383. Windows color (decimal): -2991731 or 9263570. OLE color: 9263570.

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

Color convert

RGB21089141-
CMYK00.580.330.18
HSL334.21º57.35%58.63%-
HSV(B)334.21º57.62%82.35%-
XYZ34.9622.7727.75-
YUV131.11133.59184.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=47.73%
G=20.23%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108914100.580.330.18334.2157.3558.63
HexD2598D03A211214e393b
Octal32213121507241225167173
Binary11010010101100110001101011101010000110010101001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2598d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2598d; }

 p { color: rgb(210,89,141); }

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

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

 a { background-color: rgb(210,89,141); }

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

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

 span { border-color: rgb(210,89,141); }

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