Shades of Razzmatazz #D00156
Tints of Razzmatazz #D00156
RGB
CMYK
RGB Variations
Color information
#D00156 (or 0xD00156) is known color: Razzmatazz. HEX triplet: D0, 01 and 56. RGB value is (208,1,86). Sum of RGB (Red+Green+Blue) = 208+1+86=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D00156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00156 is #2FFEA9. Grayscale: #484848. Windows color (decimal): -3145386 or 5636560. OLE color: 5636560.
HSL color Cylindrical-coordinate representation of color #D00156: hue angle of 335.36º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00156 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.18 |
| HSL | 335.36º | 0.99% | 0.41% | - |
| HSV(B) | 335.36º | 1% | 0.82% | - |
| XYZ | 27.7 | 14.1 | 10.07 | - |
| YUV | 72.58 | 135.58 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 86 | 0 | 1.00 | 0.59 | 0.18 | 335.36 | 0.99 | 0.41 |
| Hex | D0 | 1 | 56 | 0 | 64 | 3B | 12 | 14F | 63 | 29 |
| Octal | 320 | 1 | 126 | 0 | 144 | 73 | 22 | 517 | 143 | 51 |
| Binary | 11010000 | 1 | 1010110 | 0 | 1100100 | 111011 | 10010 | 101001111 | 1100011 | 101001 |
Color Harmonies of #D00156
Complementary color
Monochromatic Colors of #D00156
Black with #D00156
Text Example
Text Example
White with #D00156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00156; }
p { color: rgb(208,1,86); }
H1.HeaderClassName
{
color: #D00156;
}
.AnyTagClassName
{
color: #D00156;
}
</style>
background-color css
<style>
a { background-color: #D00156; }
a { background-color: rgb(208,1,86); }
div.DivClassName
{
background-color: #D00156;
}
.BgClassName
{
background-color: #D00156;
}
</style>
border-color css
<style>
span { border-color: #D00156; }
span { border-color: rgb(208,1,86); }
td.TdClassName
{
border-color: #D00156;
}
.TagClassName
{
border-color: #D00156;
}
</style>