Shades of Razzmatazz #D00159
Tints of Razzmatazz #D00159
RGB
CMYK
RGB Variations
Color information
#D00159 (or 0xD00159) is known color: Razzmatazz. HEX triplet: D0, 01 and 59. RGB value is (208,1,89). Sum of RGB (Red+Green+Blue) = 208+1+89=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D00159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00159 is #2FFEA6. Grayscale: #484848. Windows color (decimal): -3145383 or 5833168. OLE color: 5833168.
HSL color Cylindrical-coordinate representation of color #D00159: hue angle of 334.49º 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 #D00159 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.18 |
| HSL | 334.49º | 0.99% | 0.41% | - |
| HSV(B) | 334.49º | 1% | 0.82% | - |
| XYZ | 27.83 | 14.15 | 10.72 | - |
| YUV | 72.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 89 | 0 | 1.00 | 0.57 | 0.18 | 334.49 | 0.99 | 0.41 |
| Hex | D0 | 1 | 59 | 0 | 64 | 39 | 12 | 14E | 63 | 29 |
| Octal | 320 | 1 | 131 | 0 | 144 | 71 | 22 | 516 | 143 | 51 |
| Binary | 11010000 | 1 | 1011001 | 0 | 1100100 | 111001 | 10010 | 101001110 | 1100011 | 101001 |
Color Harmonies of #D00159
Complementary color
Monochromatic Colors of #D00159
Black with #D00159
Text Example
Text Example
White with #D00159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00159; }
p { color: rgb(208,1,89); }
H1.HeaderClassName
{
color: #D00159;
}
.AnyTagClassName
{
color: #D00159;
}
</style>
background-color css
<style>
a { background-color: #D00159; }
a { background-color: rgb(208,1,89); }
div.DivClassName
{
background-color: #D00159;
}
.BgClassName
{
background-color: #D00159;
}
</style>
border-color css
<style>
span { border-color: #D00159; }
span { border-color: rgb(208,1,89); }
td.TdClassName
{
border-color: #D00159;
}
.TagClassName
{
border-color: #D00159;
}
</style>