Shades of Razzmatazz #D60256
Tints of Razzmatazz #D60256
RGB
CMYK
RGB Variations
Color information
#D60256 (or 0xD60256) is known color: Razzmatazz. HEX triplet: D6, 02 and 56. RGB value is (214,2,86). Sum of RGB (Red+Green+Blue) = 214+2+86=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D60256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60256 is #29FDA9. Grayscale: #4A4A4A. Windows color (decimal): -2751914 or 5636822. OLE color: 5636822.
HSL color Cylindrical-coordinate representation of color #D60256: hue angle of 336.23º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60256 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.16 |
| HSL | 336.23º | 0.98% | 0.42% | - |
| HSV(B) | 336.23º | 0.99% | 0.84% | - |
| XYZ | 29.43 | 15.01 | 10.15 | - |
| YUV | 74.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 86 | 0 | 0.99 | 0.60 | 0.16 | 336.23 | 0.98 | 0.42 |
| Hex | D6 | 2 | 56 | 0 | 63 | 3C | 10 | 150 | 62 | 2A |
| Octal | 326 | 2 | 126 | 0 | 143 | 74 | 20 | 520 | 142 | 52 |
| Binary | 11010110 | 10 | 1010110 | 0 | 1100011 | 111100 | 10000 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D60256
Complementary color
Monochromatic Colors of #D60256
Black with #D60256
Text Example
Text Example
White with #D60256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60256; }
p { color: rgb(214,2,86); }
H1.HeaderClassName
{
color: #D60256;
}
.AnyTagClassName
{
color: #D60256;
}
</style>
background-color css
<style>
a { background-color: #D60256; }
a { background-color: rgb(214,2,86); }
div.DivClassName
{
background-color: #D60256;
}
.BgClassName
{
background-color: #D60256;
}
</style>
border-color css
<style>
span { border-color: #D60256; }
span { border-color: rgb(214,2,86); }
td.TdClassName
{
border-color: #D60256;
}
.TagClassName
{
border-color: #D60256;
}
</style>