Shades of Jazzberry Jam #AD215D
Tints of Jazzberry Jam #AD215D
RGB
CMYK
RGB Variations
Color information
#AD215D (or 0xAD215D) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 5D. RGB value is (173,33,93). Sum of RGB (Red+Green+Blue) = 173+33+93=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD215D is #52DEA2. Grayscale: #515151. Windows color (decimal): -5430947 or 6103469. OLE color: 6103469.
HSL color Cylindrical-coordinate representation of color #AD215D: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD215D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 93 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.32 |
| HSL | 334.29º | 0.68% | 0.4% | - |
| HSV(B) | 334.29º | 0.81% | 0.68% | - |
| XYZ | 19.75 | 10.76 | 11.39 | - |
| YUV | 81.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 93 | 0 | 0.81 | 0.46 | 0.32 | 334.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 5D | 0 | 51 | 2E | 20 | 14E | 44 | 28 |
| Octal | 255 | 41 | 135 | 0 | 121 | 56 | 40 | 516 | 104 | 50 |
| Binary | 10101101 | 100001 | 1011101 | 0 | 1010001 | 101110 | 100000 | 101001110 | 1000100 | 101000 |
Color Harmonies of #AD215D
Complementary color
Monochromatic Colors of #AD215D
Black with #AD215D
Text Example
Text Example
White with #AD215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD215D; }
p { color: rgb(173,33,93); }
H1.HeaderClassName
{
color: #AD215D;
}
.AnyTagClassName
{
color: #AD215D;
}
</style>
background-color css
<style>
a { background-color: #AD215D; }
a { background-color: rgb(173,33,93); }
div.DivClassName
{
background-color: #AD215D;
}
.BgClassName
{
background-color: #AD215D;
}
</style>
border-color css
<style>
span { border-color: #AD215D; }
span { border-color: rgb(173,33,93); }
td.TdClassName
{
border-color: #AD215D;
}
.TagClassName
{
border-color: #AD215D;
}
</style>