Shades of Razzmatazz #D30456
Tints of Razzmatazz #D30456
RGB
CMYK
RGB Variations
Color information
#D30456 (or 0xD30456) is known color: Razzmatazz. HEX triplet: D3, 04 and 56. RGB value is (211,4,86). Sum of RGB (Red+Green+Blue) = 211+4+86=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D30456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30456 is #2CFBA9. Grayscale: #4B4B4B. Windows color (decimal): -2948010 or 5637331. OLE color: 5637331.
HSL color Cylindrical-coordinate representation of color #D30456: hue angle of 336.23º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30456 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.17 |
| HSL | 336.23º | 0.96% | 0.42% | - |
| HSV(B) | 336.23º | 0.98% | 0.83% | - |
| XYZ | 28.59 | 14.61 | 10.12 | - |
| YUV | 75.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 86 | 0 | 0.98 | 0.59 | 0.17 | 336.23 | 0.96 | 0.42 |
| Hex | D3 | 4 | 56 | 0 | 62 | 3B | 11 | 150 | 60 | 2A |
| Octal | 323 | 4 | 126 | 0 | 142 | 73 | 21 | 520 | 140 | 52 |
| Binary | 11010011 | 100 | 1010110 | 0 | 1100010 | 111011 | 10001 | 101010000 | 1100000 | 101010 |
Color Harmonies of #D30456
Complementary color
Monochromatic Colors of #D30456
Black with #D30456
Text Example
Text Example
White with #D30456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30456; }
p { color: rgb(211,4,86); }
H1.HeaderClassName
{
color: #D30456;
}
.AnyTagClassName
{
color: #D30456;
}
</style>
background-color css
<style>
a { background-color: #D30456; }
a { background-color: rgb(211,4,86); }
div.DivClassName
{
background-color: #D30456;
}
.BgClassName
{
background-color: #D30456;
}
</style>
border-color css
<style>
span { border-color: #D30456; }
span { border-color: rgb(211,4,86); }
td.TdClassName
{
border-color: #D30456;
}
.TagClassName
{
border-color: #D30456;
}
</style>