Shades of Mulberry #D652AC
Tints of Mulberry #D652AC
RGB
CMYK
RGB Variations
Color information
#D652AC (or 0xD652AC) is known color: Mulberry. HEX triplet: D6, 52 and AC. RGB value is (214,82,172). Sum of RGB (Red+Green+Blue) = 214+82+172=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D652AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D652AC is #29AD53. Grayscale: #838383. Windows color (decimal): -2731348 or 11293398. OLE color: 11293398.
HSL color Cylindrical-coordinate representation of color #D652AC: hue angle of 319.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D652AC is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 172 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.09º | 0.62% | 0.58% | - |
| HSV(B) | 319.09º | 0.62% | 0.84% | - |
| XYZ | 38.2 | 23.31 | 41.52 | - |
| YUV | 131.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 172 | 0 | 0.62 | 0.20 | 0.16 | 319.09 | 0.62 | 0.58 |
| Hex | D6 | 52 | AC | 0 | 3E | 14 | 10 | 13F | 3E | 3A |
| Octal | 326 | 122 | 254 | 0 | 76 | 24 | 20 | 477 | 76 | 72 |
| Binary | 11010110 | 1010010 | 10101100 | 0 | 111110 | 10100 | 10000 | 100111111 | 111110 | 111010 |
Color Harmonies of #D652AC
Complementary color
Monochromatic Colors of #D652AC
Black with #D652AC
Text Example
Text Example
White with #D652AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652AC; }
p { color: rgb(214,82,172); }
H1.HeaderClassName
{
color: #D652AC;
}
.AnyTagClassName
{
color: #D652AC;
}
</style>
background-color css
<style>
a { background-color: #D652AC; }
a { background-color: rgb(214,82,172); }
div.DivClassName
{
background-color: #D652AC;
}
.BgClassName
{
background-color: #D652AC;
}
</style>
border-color css
<style>
span { border-color: #D652AC; }
span { border-color: rgb(214,82,172); }
td.TdClassName
{
border-color: #D652AC;
}
.TagClassName
{
border-color: #D652AC;
}
</style>