#D25097

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

Shades of Mulberry #D25097

Tints of Mulberry #D25097

Color information

#D25097 (or 0xD25097) is unknown color: approx Mulberry. HEX triplet: D2, 50 and 97. RGB value is (210,80,151). Sum of RGB (Red+Green+Blue) = 210+80+151=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25097 is #2DAF68. Grayscale: #7E7E7E. Windows color (decimal): -2994025 or 9916626. OLE color: 9916626.

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

Color convert

RGB21080151-
CMYK00.620.280.18
HSL327.23º59.09%56.86%-
HSV(B)327.23º61.9%82.35%-
XYZ35.0321.6731.62-
YUV126.96141.57187.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=47.62%
G=18.14%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108015100.620.280.18327.2359.0956.86
HexD2509703E1C121473b39
Octal32212022707634225077371
Binary1101001010100001001011101111101110010010101000111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25097; }

 p { color: rgb(210,80,151); }

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

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

 a { background-color: rgb(210,80,151); }

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

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

 span { border-color: rgb(210,80,151); }

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