#D25994

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

Shades of Mulberry #D25994

Tints of Mulberry #D25994

Color information

#D25994 (or 0xD25994) is unknown color: approx Mulberry. HEX triplet: D2, 59 and 94. RGB value is (210,89,148). Sum of RGB (Red+Green+Blue) = 210+89+148=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D25994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25994 is #2DA66B. Grayscale: #838383. Windows color (decimal): -2991724 or 9722322. OLE color: 9722322.

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

Color convert

RGB21089148-
CMYK00.580.300.18
HSL330.74º57.35%58.63%-
HSV(B)330.74º57.62%82.35%-
XYZ35.522.9830.58-
YUV131.9137.09183.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=46.98%
G=19.91%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108914800.580.300.18330.7457.3558.63
HexD2599403A1E1214b393b
Octal32213122407236225137173
Binary1101001010110011001010001110101111010010101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25994; }

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

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

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

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

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

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

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

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