Shades of Mulberry #D25288
Tints of Mulberry #D25288
RGB
CMYK
RGB Variations
Color information
#D25288 (or 0xD25288) is known color: Mulberry. HEX triplet: D2, 52 and 88. RGB value is (210,82,136). Sum of RGB (Red+Green+Blue) = 210+82+136=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25288 is #2DAD77. Grayscale: #7E7E7E. Windows color (decimal): -2993528 or 8934098. OLE color: 8934098.
HSL color Cylindrical-coordinate representation of color #D25288: hue angle of 334.69º 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 #D25288 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 136 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.18 |
| HSL | 334.69º | 0.59% | 0.57% | - |
| HSV(B) | 334.69º | 0.61% | 0.82% | - |
| XYZ | 34.04 | 21.51 | 25.65 | - |
| YUV | 126.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 136 | 0 | 0.61 | 0.35 | 0.18 | 334.69 | 0.59 | 0.57 |
| Hex | D2 | 52 | 88 | 0 | 3D | 23 | 12 | 14F | 3B | 39 |
| Octal | 322 | 122 | 210 | 0 | 75 | 43 | 22 | 517 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10001000 | 0 | 111101 | 100011 | 10010 | 101001111 | 111011 | 111001 |
Color Harmonies of #D25288
Complementary color
Monochromatic Colors of #D25288
Black with #D25288
Text Example
Text Example
White with #D25288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25288; }
p { color: rgb(210,82,136); }
H1.HeaderClassName
{
color: #D25288;
}
.AnyTagClassName
{
color: #D25288;
}
</style>
background-color css
<style>
a { background-color: #D25288; }
a { background-color: rgb(210,82,136); }
div.DivClassName
{
background-color: #D25288;
}
.BgClassName
{
background-color: #D25288;
}
</style>
border-color css
<style>
span { border-color: #D25288; }
span { border-color: rgb(210,82,136); }
td.TdClassName
{
border-color: #D25288;
}
.TagClassName
{
border-color: #D25288;
}
</style>