Shades of Mulberry #D25292
Tints of Mulberry #D25292
RGB
CMYK
RGB Variations
Color information
#D25292 (or 0xD25292) is known color: Mulberry. HEX triplet: D2, 52 and 92. RGB value is (210,82,146). Sum of RGB (Red+Green+Blue) = 210+82+146=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D25292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25292 is #2DAD6D. Grayscale: #7F7F7F. Windows color (decimal): -2993518 or 9589458. OLE color: 9589458.
HSL color Cylindrical-coordinate representation of color #D25292: hue angle of 330º 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 #D25292 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 146 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.18 |
| HSL | 330º | 0.59% | 0.57% | - |
| HSV(B) | 330º | 0.61% | 0.82% | - |
| XYZ | 34.78 | 21.81 | 29.57 | - |
| YUV | 127.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 146 | 0 | 0.61 | 0.30 | 0.18 | 330 | 0.59 | 0.57 |
| Hex | D2 | 52 | 92 | 0 | 3D | 1E | 12 | 14A | 3B | 39 |
| Octal | 322 | 122 | 222 | 0 | 75 | 36 | 22 | 512 | 73 | 71 |
| Binary | 11010010 | 1010010 | 10010010 | 0 | 111101 | 11110 | 10010 | 101001010 | 111011 | 111001 |
Color Harmonies of #D25292
Complementary color
Monochromatic Colors of #D25292
Black with #D25292
Text Example
Text Example
White with #D25292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25292; }
p { color: rgb(210,82,146); }
H1.HeaderClassName
{
color: #D25292;
}
.AnyTagClassName
{
color: #D25292;
}
</style>
background-color css
<style>
a { background-color: #D25292; }
a { background-color: rgb(210,82,146); }
div.DivClassName
{
background-color: #D25292;
}
.BgClassName
{
background-color: #D25292;
}
</style>
border-color css
<style>
span { border-color: #D25292; }
span { border-color: rgb(210,82,146); }
td.TdClassName
{
border-color: #D25292;
}
.TagClassName
{
border-color: #D25292;
}
</style>