#D25296

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

Shades of Mulberry #D25296

Tints of Mulberry #D25296

Color information

#D25296 (or 0xD25296) is unknown color: approx Mulberry. HEX triplet: D2, 52 and 96. RGB value is (210,82,150). Sum of RGB (Red+Green+Blue) = 210+82+150=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25296 is #2DAD69. Grayscale: #7F7F7F. Windows color (decimal): -2993514 or 9851602. OLE color: 9851602.

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

Color convert

RGB21082150-
CMYK00.610.290.18
HSL328.12º58.72%57.25%-
HSV(B)328.12º60.95%82.35%-
XYZ35.121.9431.24-
YUV128.02140.41186.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.51%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=47.51%
G=18.55%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108215000.610.290.18328.1258.7257.25
HexD2529603D1D121483b39
Octal32212222607535225107371
Binary1101001010100101001011001111011110110010101001000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25296; }

 p { color: rgb(210,82,150); }

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

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

 a { background-color: rgb(210,82,150); }

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

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

 span { border-color: rgb(210,82,150); }

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