Shades of Mulberry #D4469F
Tints of Mulberry #D4469F
RGB
CMYK
RGB Variations
Color information
#D4469F (or 0xD4469F) is known color: Mulberry. HEX triplet: D4, 46 and 9F. RGB value is (212,70,159). Sum of RGB (Red+Green+Blue) = 212+70+159=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4469F is #2BB960. Grayscale: #7A7A7A. Windows color (decimal): -2865505 or 10438356. OLE color: 10438356.
HSL color Cylindrical-coordinate representation of color #D4469F: hue angle of 322.39º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4469F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 159 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.17 |
| HSL | 322.39º | 0.62% | 0.55% | - |
| HSV(B) | 322.39º | 0.67% | 0.83% | - |
| XYZ | 35.6 | 20.88 | 34.95 | - |
| YUV | 122.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 159 | 0 | 0.67 | 0.25 | 0.17 | 322.39 | 0.62 | 0.55 |
| Hex | D4 | 46 | 9F | 0 | 43 | 19 | 11 | 142 | 3E | 37 |
| Octal | 324 | 106 | 237 | 0 | 103 | 31 | 21 | 502 | 76 | 67 |
| Binary | 11010100 | 1000110 | 10011111 | 0 | 1000011 | 11001 | 10001 | 101000010 | 111110 | 110111 |
Color Harmonies of #D4469F
Complementary color
Monochromatic Colors of #D4469F
Black with #D4469F
Text Example
Text Example
White with #D4469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4469F; }
p { color: rgb(212,70,159); }
H1.HeaderClassName
{
color: #D4469F;
}
.AnyTagClassName
{
color: #D4469F;
}
</style>
background-color css
<style>
a { background-color: #D4469F; }
a { background-color: rgb(212,70,159); }
div.DivClassName
{
background-color: #D4469F;
}
.BgClassName
{
background-color: #D4469F;
}
</style>
border-color css
<style>
span { border-color: #D4469F; }
span { border-color: rgb(212,70,159); }
td.TdClassName
{
border-color: #D4469F;
}
.TagClassName
{
border-color: #D4469F;
}
</style>