Shades of Mulberry #D6438F
Tints of Mulberry #D6438F
RGB
CMYK
RGB Variations
Color information
#D6438F (or 0xD6438F) is known color: Mulberry. HEX triplet: D6, 43 and 8F. RGB value is (214,67,143). Sum of RGB (Red+Green+Blue) = 214+67+143=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6438F is #29BC70. Grayscale: #777777. Windows color (decimal): -2735217 or 9389014. OLE color: 9389014.
HSL color Cylindrical-coordinate representation of color #D6438F: hue angle of 328.98º degrees, saturation: 0.64, 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 #D6438F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 143 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.16 |
| HSL | 328.98º | 0.64% | 0.55% | - |
| HSV(B) | 328.98º | 0.69% | 0.84% | - |
| XYZ | 34.7 | 20.29 | 28.07 | - |
| YUV | 119.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 143 | 0 | 0.69 | 0.33 | 0.16 | 328.98 | 0.64 | 0.55 |
| Hex | D6 | 43 | 8F | 0 | 45 | 21 | 10 | 149 | 40 | 37 |
| Octal | 326 | 103 | 217 | 0 | 105 | 41 | 20 | 511 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10001111 | 0 | 1000101 | 100001 | 10000 | 101001001 | 1000000 | 110111 |
Color Harmonies of #D6438F
Complementary color
Monochromatic Colors of #D6438F
Black with #D6438F
Text Example
Text Example
White with #D6438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6438F; }
p { color: rgb(214,67,143); }
H1.HeaderClassName
{
color: #D6438F;
}
.AnyTagClassName
{
color: #D6438F;
}
</style>
background-color css
<style>
a { background-color: #D6438F; }
a { background-color: rgb(214,67,143); }
div.DivClassName
{
background-color: #D6438F;
}
.BgClassName
{
background-color: #D6438F;
}
</style>
border-color css
<style>
span { border-color: #D6438F; }
span { border-color: rgb(214,67,143); }
td.TdClassName
{
border-color: #D6438F;
}
.TagClassName
{
border-color: #D6438F;
}
</style>