Shades of Razzmatazz #D60858
Tints of Razzmatazz #D60858
RGB
CMYK
RGB Variations
Color information
#D60858 (or 0xD60858) is known color: Razzmatazz. HEX triplet: D6, 08 and 58. RGB value is (214,8,88). Sum of RGB (Red+Green+Blue) = 214+8+88=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D60858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60858 is #29F7A7. Grayscale: #4E4E4E. Windows color (decimal): -2750376 or 5769430. OLE color: 5769430.
HSL color Cylindrical-coordinate representation of color #D60858: hue angle of 336.7º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60858 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.16 |
| HSL | 336.7º | 0.93% | 0.44% | - |
| HSV(B) | 336.7º | 0.96% | 0.84% | - |
| XYZ | 29.58 | 15.17 | 10.6 | - |
| YUV | 78.71 | 133.25 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 88 | 0 | 0.96 | 0.59 | 0.16 | 336.7 | 0.93 | 0.44 |
| Hex | D6 | 8 | 58 | 0 | 60 | 3B | 10 | 151 | 5D | 2C |
| Octal | 326 | 10 | 130 | 0 | 140 | 73 | 20 | 521 | 135 | 54 |
| Binary | 11010110 | 1000 | 1011000 | 0 | 1100000 | 111011 | 10000 | 101010001 | 1011101 | 101100 |
Color Harmonies of #D60858
Complementary color
Monochromatic Colors of #D60858
Black with #D60858
Text Example
Text Example
White with #D60858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60858; }
p { color: rgb(214,8,88); }
H1.HeaderClassName
{
color: #D60858;
}
.AnyTagClassName
{
color: #D60858;
}
</style>
background-color css
<style>
a { background-color: #D60858; }
a { background-color: rgb(214,8,88); }
div.DivClassName
{
background-color: #D60858;
}
.BgClassName
{
background-color: #D60858;
}
</style>
border-color css
<style>
span { border-color: #D60858; }
span { border-color: rgb(214,8,88); }
td.TdClassName
{
border-color: #D60858;
}
.TagClassName
{
border-color: #D60858;
}
</style>