Shades of Jazzberry Jam #AD1D58
Tints of Jazzberry Jam #AD1D58
RGB
CMYK
RGB Variations
Color information
#AD1D58 (or 0xAD1D58) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 58. RGB value is (173,29,88). Sum of RGB (Red+Green+Blue) = 173+29+88=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D58 is #52E2A7. Grayscale: #4E4E4E. Windows color (decimal): -5431976 or 5774765. OLE color: 5774765.
HSL color Cylindrical-coordinate representation of color #AD1D58: hue angle of 335.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D58 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 88 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.32 |
| HSL | 335.42º | 0.71% | 0.4% | - |
| HSV(B) | 335.42º | 0.83% | 0.68% | - |
| XYZ | 19.43 | 10.47 | 10.23 | - |
| YUV | 78.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 88 | 0 | 0.83 | 0.49 | 0.32 | 335.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 58 | 0 | 53 | 31 | 20 | 14F | 47 | 28 |
| Octal | 255 | 35 | 130 | 0 | 123 | 61 | 40 | 517 | 107 | 50 |
| Binary | 10101101 | 11101 | 1011000 | 0 | 1010011 | 110001 | 100000 | 101001111 | 1000111 | 101000 |
Color Harmonies of #AD1D58
Complementary color
Monochromatic Colors of #AD1D58
Black with #AD1D58
Text Example
Text Example
White with #AD1D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D58; }
p { color: rgb(173,29,88); }
H1.HeaderClassName
{
color: #AD1D58;
}
.AnyTagClassName
{
color: #AD1D58;
}
</style>
background-color css
<style>
a { background-color: #AD1D58; }
a { background-color: rgb(173,29,88); }
div.DivClassName
{
background-color: #AD1D58;
}
.BgClassName
{
background-color: #AD1D58;
}
</style>
border-color css
<style>
span { border-color: #AD1D58; }
span { border-color: rgb(173,29,88); }
td.TdClassName
{
border-color: #AD1D58;
}
.TagClassName
{
border-color: #AD1D58;
}
</style>