Shades of Mulberry #D7429F
Tints of Mulberry #D7429F
RGB
CMYK
RGB Variations
Color information
#D7429F (or 0xD7429F) is known color: Mulberry. HEX triplet: D7, 42 and 9F. RGB value is (215,66,159). Sum of RGB (Red+Green+Blue) = 215+66+159=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7429F is #28BD60. Grayscale: #787878. Windows color (decimal): -2669921 or 10437335. OLE color: 10437335.
HSL color Cylindrical-coordinate representation of color #D7429F: hue angle of 322.55º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7429F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 159 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.16 |
| HSL | 322.55º | 0.65% | 0.55% | - |
| HSV(B) | 322.55º | 0.69% | 0.84% | - |
| XYZ | 36.23 | 20.85 | 34.92 | - |
| YUV | 121.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 159 | 0 | 0.69 | 0.26 | 0.16 | 322.55 | 0.65 | 0.55 |
| Hex | D7 | 42 | 9F | 0 | 45 | 1A | 10 | 143 | 41 | 37 |
| Octal | 327 | 102 | 237 | 0 | 105 | 32 | 20 | 503 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10011111 | 0 | 1000101 | 11010 | 10000 | 101000011 | 1000001 | 110111 |
Color Harmonies of #D7429F
Complementary color
Monochromatic Colors of #D7429F
Black with #D7429F
Text Example
Text Example
White with #D7429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7429F; }
p { color: rgb(215,66,159); }
H1.HeaderClassName
{
color: #D7429F;
}
.AnyTagClassName
{
color: #D7429F;
}
</style>
background-color css
<style>
a { background-color: #D7429F; }
a { background-color: rgb(215,66,159); }
div.DivClassName
{
background-color: #D7429F;
}
.BgClassName
{
background-color: #D7429F;
}
</style>
border-color css
<style>
span { border-color: #D7429F; }
span { border-color: rgb(215,66,159); }
td.TdClassName
{
border-color: #D7429F;
}
.TagClassName
{
border-color: #D7429F;
}
</style>