Shades of Mulberry #D5469D
Tints of Mulberry #D5469D
RGB
CMYK
RGB Variations
Color information
#D5469D (or 0xD5469D) is known color: Mulberry. HEX triplet: D5, 46 and 9D. RGB value is (213,70,157). Sum of RGB (Red+Green+Blue) = 213+70+157=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5469D is #2AB962. Grayscale: #7A7A7A. Windows color (decimal): -2799971 or 10307285. OLE color: 10307285.
HSL color Cylindrical-coordinate representation of color #D5469D: hue angle of 323.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5469D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 157 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.16 |
| HSL | 323.5º | 0.63% | 0.55% | - |
| HSV(B) | 323.5º | 0.67% | 0.84% | - |
| XYZ | 35.72 | 20.96 | 34.06 | - |
| YUV | 122.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 157 | 0 | 0.67 | 0.26 | 0.16 | 323.5 | 0.63 | 0.55 |
| Hex | D5 | 46 | 9D | 0 | 43 | 1A | 10 | 143 | 3F | 37 |
| Octal | 325 | 106 | 235 | 0 | 103 | 32 | 20 | 503 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10011101 | 0 | 1000011 | 11010 | 10000 | 101000011 | 111111 | 110111 |
Color Harmonies of #D5469D
Complementary color
Monochromatic Colors of #D5469D
Black with #D5469D
Text Example
Text Example
White with #D5469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5469D; }
p { color: rgb(213,70,157); }
H1.HeaderClassName
{
color: #D5469D;
}
.AnyTagClassName
{
color: #D5469D;
}
</style>
background-color css
<style>
a { background-color: #D5469D; }
a { background-color: rgb(213,70,157); }
div.DivClassName
{
background-color: #D5469D;
}
.BgClassName
{
background-color: #D5469D;
}
</style>
border-color css
<style>
span { border-color: #D5469D; }
span { border-color: rgb(213,70,157); }
td.TdClassName
{
border-color: #D5469D;
}
.TagClassName
{
border-color: #D5469D;
}
</style>