Shades of Razzmatazz #D60856
Tints of Razzmatazz #D60856
RGB
CMYK
RGB Variations
Color information
#D60856 (or 0xD60856) is known color: Razzmatazz. HEX triplet: D6, 08 and 56. RGB value is (214,8,86). Sum of RGB (Red+Green+Blue) = 214+8+86=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D60856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60856 is #29F7A9. Grayscale: #4E4E4E. Windows color (decimal): -2750378 or 5638358. OLE color: 5638358.
HSL color Cylindrical-coordinate representation of color #D60856: hue angle of 337.28º 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 #D60856 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.16 |
| HSL | 337.28º | 0.93% | 0.44% | - |
| HSV(B) | 337.28º | 0.96% | 0.84% | - |
| XYZ | 29.5 | 15.14 | 10.17 | - |
| YUV | 78.49 | 132.25 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 86 | 0 | 0.96 | 0.60 | 0.16 | 337.28 | 0.93 | 0.44 |
| Hex | D6 | 8 | 56 | 0 | 60 | 3C | 10 | 151 | 5D | 2C |
| Octal | 326 | 10 | 126 | 0 | 140 | 74 | 20 | 521 | 135 | 54 |
| Binary | 11010110 | 1000 | 1010110 | 0 | 1100000 | 111100 | 10000 | 101010001 | 1011101 | 101100 |
Color Harmonies of #D60856
Complementary color
Monochromatic Colors of #D60856
Black with #D60856
Text Example
Text Example
White with #D60856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60856; }
p { color: rgb(214,8,86); }
H1.HeaderClassName
{
color: #D60856;
}
.AnyTagClassName
{
color: #D60856;
}
</style>
background-color css
<style>
a { background-color: #D60856; }
a { background-color: rgb(214,8,86); }
div.DivClassName
{
background-color: #D60856;
}
.BgClassName
{
background-color: #D60856;
}
</style>
border-color css
<style>
span { border-color: #D60856; }
span { border-color: rgb(214,8,86); }
td.TdClassName
{
border-color: #D60856;
}
.TagClassName
{
border-color: #D60856;
}
</style>