#D2598F

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

Shades of Mulberry #D2598F

Tints of Mulberry #D2598F

Color information

#D2598F (or 0xD2598F) is unknown color: approx Mulberry. HEX triplet: D2, 59 and 8F. RGB value is (210,89,143). Sum of RGB (Red+Green+Blue) = 210+89+143=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2598F is #2DA670. Grayscale: #838383. Windows color (decimal): -2991729 or 9394642. OLE color: 9394642.

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

Color convert

RGB21089143-
CMYK00.580.320.18
HSL333.22º57.35%58.63%-
HSV(B)333.22º57.62%82.35%-
XYZ35.1122.8328.54-
YUV131.33134.59184.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.51%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=47.51%
G=20.14%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108914300.580.320.18333.2257.3558.63
HexD2598F03A201214d393b
Octal32213121707240225157173
Binary11010010101100110001111011101010000010010101001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2598F; }

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

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

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

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

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

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

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

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