#D25590

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

Shades of Mulberry #D25590

Tints of Mulberry #D25590

Color information

#D25590 (or 0xD25590) is unknown color: approx Mulberry. HEX triplet: D2, 55 and 90. RGB value is (210,85,144). Sum of RGB (Red+Green+Blue) = 210+85+144=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D25590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25590 is #2DAA6F. Grayscale: #808080. Windows color (decimal): -2992752 or 9459154. OLE color: 9459154.

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

Color convert

RGB21085144-
CMYK00.600.310.18
HSL331.68º58.14%57.84%-
HSV(B)331.68º59.52%82.35%-
XYZ34.8622.2128.84-
YUV129.1136.41185.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.84%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=47.84%
G=19.36%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108514400.600.310.18331.6858.1457.84
HexD2559003C1F1214c3a3a
Octal32212522007437225147272
Binary1101001010101011001000001111001111110010101001100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25590; }

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

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

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

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

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

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

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

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