Shades of Razzmatazz #D30356
Tints of Razzmatazz #D30356
RGB
CMYK
RGB Variations
Color information
#D30356 (or 0xD30356) is known color: Razzmatazz. HEX triplet: D3, 03 and 56. RGB value is (211,3,86). Sum of RGB (Red+Green+Blue) = 211+3+86=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D30356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30356 is #2CFCA9. Grayscale: #4A4A4A. Windows color (decimal): -2948266 or 5637075. OLE color: 5637075.
HSL color Cylindrical-coordinate representation of color #D30356: hue angle of 336.06º degrees, saturation: 0.97, 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 #D30356 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.17 |
| HSL | 336.06º | 0.97% | 0.42% | - |
| HSV(B) | 336.06º | 0.99% | 0.83% | - |
| XYZ | 28.58 | 14.59 | 10.11 | - |
| YUV | 74.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 86 | 0 | 0.99 | 0.59 | 0.17 | 336.06 | 0.97 | 0.42 |
| Hex | D3 | 3 | 56 | 0 | 63 | 3B | 11 | 150 | 61 | 2A |
| Octal | 323 | 3 | 126 | 0 | 143 | 73 | 21 | 520 | 141 | 52 |
| Binary | 11010011 | 11 | 1010110 | 0 | 1100011 | 111011 | 10001 | 101010000 | 1100001 | 101010 |
Color Harmonies of #D30356
Complementary color
Monochromatic Colors of #D30356
Black with #D30356
Text Example
Text Example
White with #D30356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30356; }
p { color: rgb(211,3,86); }
H1.HeaderClassName
{
color: #D30356;
}
.AnyTagClassName
{
color: #D30356;
}
</style>
background-color css
<style>
a { background-color: #D30356; }
a { background-color: rgb(211,3,86); }
div.DivClassName
{
background-color: #D30356;
}
.BgClassName
{
background-color: #D30356;
}
</style>
border-color css
<style>
span { border-color: #D30356; }
span { border-color: rgb(211,3,86); }
td.TdClassName
{
border-color: #D30356;
}
.TagClassName
{
border-color: #D30356;
}
</style>