Shades of Razzmatazz #D30160
Tints of Razzmatazz #D30160
RGB
CMYK
RGB Variations
Color information
#D30160 (or 0xD30160) is known color: Razzmatazz. HEX triplet: D3, 01 and 60. RGB value is (211,1,96). Sum of RGB (Red+Green+Blue) = 211+1+96=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D30160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30160 is #2CFE9F. Grayscale: #4A4A4A. Windows color (decimal): -2948768 or 6291923. OLE color: 6291923.
HSL color Cylindrical-coordinate representation of color #D30160: hue angle of 332.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30160 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.17 |
| HSL | 332.86º | 0.99% | 0.42% | - |
| HSV(B) | 332.86º | 1% | 0.83% | - |
| XYZ | 28.99 | 14.72 | 12.38 | - |
| YUV | 74.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 96 | 0 | 1.00 | 0.55 | 0.17 | 332.86 | 0.99 | 0.42 |
| Hex | D3 | 1 | 60 | 0 | 64 | 37 | 11 | 14D | 63 | 2A |
| Octal | 323 | 1 | 140 | 0 | 144 | 67 | 21 | 515 | 143 | 52 |
| Binary | 11010011 | 1 | 1100000 | 0 | 1100100 | 110111 | 10001 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D30160
Complementary color
Monochromatic Colors of #D30160
Black with #D30160
Text Example
Text Example
White with #D30160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30160; }
p { color: rgb(211,1,96); }
H1.HeaderClassName
{
color: #D30160;
}
.AnyTagClassName
{
color: #D30160;
}
</style>
background-color css
<style>
a { background-color: #D30160; }
a { background-color: rgb(211,1,96); }
div.DivClassName
{
background-color: #D30160;
}
.BgClassName
{
background-color: #D30160;
}
</style>
border-color css
<style>
span { border-color: #D30160; }
span { border-color: rgb(211,1,96); }
td.TdClassName
{
border-color: #D30160;
}
.TagClassName
{
border-color: #D30160;
}
</style>