Shades of Mulberry #D2448C
Tints of Mulberry #D2448C
RGB
CMYK
RGB Variations
Color information
#D2448C (or 0xD2448C) is known color: Mulberry. HEX triplet: D2, 44 and 8C. RGB value is (210,68,140). Sum of RGB (Red+Green+Blue) = 210+68+140=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2448C is #2DBB73. Grayscale: #767676. Windows color (decimal): -2997108 or 9192658. OLE color: 9192658.
HSL color Cylindrical-coordinate representation of color #D2448C: hue angle of 329.58º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2448C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 140 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.18 |
| HSL | 329.58º | 0.61% | 0.55% | - |
| HSV(B) | 329.58º | 0.68% | 0.82% | - |
| XYZ | 33.38 | 19.73 | 26.86 | - |
| YUV | 118.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 140 | 0 | 0.68 | 0.33 | 0.18 | 329.58 | 0.61 | 0.55 |
| Hex | D2 | 44 | 8C | 0 | 44 | 21 | 12 | 14A | 3D | 37 |
| Octal | 322 | 104 | 214 | 0 | 104 | 41 | 22 | 512 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10001100 | 0 | 1000100 | 100001 | 10010 | 101001010 | 111101 | 110111 |
Color Harmonies of #D2448C
Complementary color
Monochromatic Colors of #D2448C
Black with #D2448C
Text Example
Text Example
White with #D2448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2448C; }
p { color: rgb(210,68,140); }
H1.HeaderClassName
{
color: #D2448C;
}
.AnyTagClassName
{
color: #D2448C;
}
</style>
background-color css
<style>
a { background-color: #D2448C; }
a { background-color: rgb(210,68,140); }
div.DivClassName
{
background-color: #D2448C;
}
.BgClassName
{
background-color: #D2448C;
}
</style>
border-color css
<style>
span { border-color: #D2448C; }
span { border-color: rgb(210,68,140); }
td.TdClassName
{
border-color: #D2448C;
}
.TagClassName
{
border-color: #D2448C;
}
</style>