Shades of Razzmatazz #D30256
Tints of Razzmatazz #D30256
RGB
CMYK
RGB Variations
Color information
#D30256 (or 0xD30256) is known color: Razzmatazz. HEX triplet: D3, 02 and 56. RGB value is (211,2,86). Sum of RGB (Red+Green+Blue) = 211+2+86=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D30256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30256 is #2CFDA9. Grayscale: #494949. Windows color (decimal): -2948522 or 5636819. OLE color: 5636819.
HSL color Cylindrical-coordinate representation of color #D30256: hue angle of 335.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30256 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.17 |
| HSL | 335.89º | 0.98% | 0.42% | - |
| HSV(B) | 335.89º | 0.99% | 0.83% | - |
| XYZ | 28.57 | 14.56 | 10.11 | - |
| YUV | 74.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 86 | 0 | 0.99 | 0.59 | 0.17 | 335.89 | 0.98 | 0.42 |
| Hex | D3 | 2 | 56 | 0 | 63 | 3B | 11 | 150 | 62 | 2A |
| Octal | 323 | 2 | 126 | 0 | 143 | 73 | 21 | 520 | 142 | 52 |
| Binary | 11010011 | 10 | 1010110 | 0 | 1100011 | 111011 | 10001 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D30256
Complementary color
Monochromatic Colors of #D30256
Black with #D30256
Text Example
Text Example
White with #D30256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30256; }
p { color: rgb(211,2,86); }
H1.HeaderClassName
{
color: #D30256;
}
.AnyTagClassName
{
color: #D30256;
}
</style>
background-color css
<style>
a { background-color: #D30256; }
a { background-color: rgb(211,2,86); }
div.DivClassName
{
background-color: #D30256;
}
.BgClassName
{
background-color: #D30256;
}
</style>
border-color css
<style>
span { border-color: #D30256; }
span { border-color: rgb(211,2,86); }
td.TdClassName
{
border-color: #D30256;
}
.TagClassName
{
border-color: #D30256;
}
</style>