Shades of Mulberry #D945A6
Tints of Mulberry #D945A6
RGB
CMYK
RGB Variations
Color information
#D945A6 (or 0xD945A6) is known color: Mulberry. HEX triplet: D9, 45 and A6. RGB value is (217,69,166). Sum of RGB (Red+Green+Blue) = 217+69+166=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D945A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D945A6 is #26BA59. Grayscale: #7C7C7C. Windows color (decimal): -2538074 or 10896857. OLE color: 10896857.
HSL color Cylindrical-coordinate representation of color #D945A6: hue angle of 320.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D945A6 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 166 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.15 |
| HSL | 320.68º | 0.66% | 0.56% | - |
| HSV(B) | 320.68º | 0.68% | 0.85% | - |
| XYZ | 37.63 | 21.76 | 38.29 | - |
| YUV | 124.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 166 | 0 | 0.68 | 0.24 | 0.15 | 320.68 | 0.66 | 0.56 |
| Hex | D9 | 45 | A6 | 0 | 44 | 18 | F | 141 | 42 | 38 |
| Octal | 331 | 105 | 246 | 0 | 104 | 30 | 17 | 501 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10100110 | 0 | 1000100 | 11000 | 1111 | 101000001 | 1000010 | 111000 |
Color Harmonies of #D945A6
Complementary color
Monochromatic Colors of #D945A6
Black with #D945A6
Text Example
Text Example
White with #D945A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945A6; }
p { color: rgb(217,69,166); }
H1.HeaderClassName
{
color: #D945A6;
}
.AnyTagClassName
{
color: #D945A6;
}
</style>
background-color css
<style>
a { background-color: #D945A6; }
a { background-color: rgb(217,69,166); }
div.DivClassName
{
background-color: #D945A6;
}
.BgClassName
{
background-color: #D945A6;
}
</style>
border-color css
<style>
span { border-color: #D945A6; }
span { border-color: rgb(217,69,166); }
td.TdClassName
{
border-color: #D945A6;
}
.TagClassName
{
border-color: #D945A6;
}
</style>