Shades of Mulberry #D0468F
Tints of Mulberry #D0468F
RGB
CMYK
RGB Variations
Color information
#D0468F (or 0xD0468F) is known color: Mulberry. HEX triplet: D0, 46 and 8F. RGB value is (208,70,143). Sum of RGB (Red+Green+Blue) = 208+70+143=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0468F is #2FB970. Grayscale: #777777. Windows color (decimal): -3127665 or 9389776. OLE color: 9389776.
HSL color Cylindrical-coordinate representation of color #D0468F: hue angle of 328.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0468F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 143 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.18 |
| HSL | 328.26º | 0.59% | 0.55% | - |
| HSV(B) | 328.26º | 0.66% | 0.82% | - |
| XYZ | 33.16 | 19.77 | 28.06 | - |
| YUV | 119.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 143 | 0 | 0.66 | 0.31 | 0.18 | 328.26 | 0.59 | 0.55 |
| Hex | D0 | 46 | 8F | 0 | 42 | 1F | 12 | 148 | 3B | 37 |
| Octal | 320 | 106 | 217 | 0 | 102 | 37 | 22 | 510 | 73 | 67 |
| Binary | 11010000 | 1000110 | 10001111 | 0 | 1000010 | 11111 | 10010 | 101001000 | 111011 | 110111 |
Color Harmonies of #D0468F
Complementary color
Monochromatic Colors of #D0468F
Black with #D0468F
Text Example
Text Example
White with #D0468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0468F; }
p { color: rgb(208,70,143); }
H1.HeaderClassName
{
color: #D0468F;
}
.AnyTagClassName
{
color: #D0468F;
}
</style>
background-color css
<style>
a { background-color: #D0468F; }
a { background-color: rgb(208,70,143); }
div.DivClassName
{
background-color: #D0468F;
}
.BgClassName
{
background-color: #D0468F;
}
</style>
border-color css
<style>
span { border-color: #D0468F; }
span { border-color: rgb(208,70,143); }
td.TdClassName
{
border-color: #D0468F;
}
.TagClassName
{
border-color: #D0468F;
}
</style>