Shades of Razzmatazz #D00160
Tints of Razzmatazz #D00160
RGB
CMYK
RGB Variations
Color information
#D00160 (or 0xD00160) is known color: Razzmatazz. HEX triplet: D0, 01 and 60. RGB value is (208,1,96). Sum of RGB (Red+Green+Blue) = 208+1+96=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D00160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00160 is #2FFE9F. Grayscale: #494949. Windows color (decimal): -3145376 or 6291920. OLE color: 6291920.
HSL color Cylindrical-coordinate representation of color #D00160: hue angle of 332.46º 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 #D00160 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.18 |
| HSL | 332.46º | 0.99% | 0.41% | - |
| HSV(B) | 332.46º | 1% | 0.82% | - |
| XYZ | 28.13 | 14.28 | 12.34 | - |
| YUV | 73.72 | 140.58 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 96 | 0 | 1.00 | 0.54 | 0.18 | 332.46 | 0.99 | 0.41 |
| Hex | D0 | 1 | 60 | 0 | 64 | 36 | 12 | 14C | 63 | 29 |
| Octal | 320 | 1 | 140 | 0 | 144 | 66 | 22 | 514 | 143 | 51 |
| Binary | 11010000 | 1 | 1100000 | 0 | 1100100 | 110110 | 10010 | 101001100 | 1100011 | 101001 |
Color Harmonies of #D00160
Complementary color
Monochromatic Colors of #D00160
Black with #D00160
Text Example
Text Example
White with #D00160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00160; }
p { color: rgb(208,1,96); }
H1.HeaderClassName
{
color: #D00160;
}
.AnyTagClassName
{
color: #D00160;
}
</style>
background-color css
<style>
a { background-color: #D00160; }
a { background-color: rgb(208,1,96); }
div.DivClassName
{
background-color: #D00160;
}
.BgClassName
{
background-color: #D00160;
}
</style>
border-color css
<style>
span { border-color: #D00160; }
span { border-color: rgb(208,1,96); }
td.TdClassName
{
border-color: #D00160;
}
.TagClassName
{
border-color: #D00160;
}
</style>