Shades of Razzmatazz #D10159
Tints of Razzmatazz #D10159
RGB
CMYK
RGB Variations
Color information
#D10159 (or 0xD10159) is known color: Razzmatazz. HEX triplet: D1, 01 and 59. RGB value is (209,1,89). Sum of RGB (Red+Green+Blue) = 209+1+89=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10159 is #2EFEA6. Grayscale: #494949. Windows color (decimal): -3079847 or 5833169. OLE color: 5833169.
HSL color Cylindrical-coordinate representation of color #D10159: hue angle of 334.62º 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 #D10159 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.18 |
| HSL | 334.62º | 0.99% | 0.41% | - |
| HSV(B) | 334.62º | 1% | 0.82% | - |
| XYZ | 28.11 | 14.3 | 10.73 | - |
| YUV | 73.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 89 | 0 | 1.00 | 0.57 | 0.18 | 334.62 | 0.99 | 0.41 |
| Hex | D1 | 1 | 59 | 0 | 64 | 39 | 12 | 14F | 63 | 29 |
| Octal | 321 | 1 | 131 | 0 | 144 | 71 | 22 | 517 | 143 | 51 |
| Binary | 11010001 | 1 | 1011001 | 0 | 1100100 | 111001 | 10010 | 101001111 | 1100011 | 101001 |
Color Harmonies of #D10159
Complementary color
Monochromatic Colors of #D10159
Black with #D10159
Text Example
Text Example
White with #D10159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10159; }
p { color: rgb(209,1,89); }
H1.HeaderClassName
{
color: #D10159;
}
.AnyTagClassName
{
color: #D10159;
}
</style>
background-color css
<style>
a { background-color: #D10159; }
a { background-color: rgb(209,1,89); }
div.DivClassName
{
background-color: #D10159;
}
.BgClassName
{
background-color: #D10159;
}
</style>
border-color css
<style>
span { border-color: #D10159; }
span { border-color: rgb(209,1,89); }
td.TdClassName
{
border-color: #D10159;
}
.TagClassName
{
border-color: #D10159;
}
</style>