Shades of Razzmatazz #D80349
Tints of Razzmatazz #D80349
RGB
CMYK
RGB Variations
Color information
#D80349 (or 0xD80349) is known color: Razzmatazz. HEX triplet: D8, 03 and 49. RGB value is (216,3,73). Sum of RGB (Red+Green+Blue) = 216+3+73=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80349 is #27FCB6. Grayscale: #4A4A4A. Windows color (decimal): -2620599 or 4785112. OLE color: 4785112.
HSL color Cylindrical-coordinate representation of color #D80349: hue angle of 340.28º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80349 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 73 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.15 |
| HSL | 340.28º | 0.97% | 0.43% | - |
| HSV(B) | 340.28º | 0.99% | 0.85% | - |
| XYZ | 29.55 | 15.15 | 7.67 | - |
| YUV | 74.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 73 | 0 | 0.99 | 0.66 | 0.15 | 340.28 | 0.97 | 0.43 |
| Hex | D8 | 3 | 49 | 0 | 63 | 42 | F | 154 | 61 | 2B |
| Octal | 330 | 3 | 111 | 0 | 143 | 102 | 17 | 524 | 141 | 53 |
| Binary | 11011000 | 11 | 1001001 | 0 | 1100011 | 1000010 | 1111 | 101010100 | 1100001 | 101011 |
Color Harmonies of #D80349
Complementary color
Monochromatic Colors of #D80349
Black with #D80349
Text Example
Text Example
White with #D80349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80349; }
p { color: rgb(216,3,73); }
H1.HeaderClassName
{
color: #D80349;
}
.AnyTagClassName
{
color: #D80349;
}
</style>
background-color css
<style>
a { background-color: #D80349; }
a { background-color: rgb(216,3,73); }
div.DivClassName
{
background-color: #D80349;
}
.BgClassName
{
background-color: #D80349;
}
</style>
border-color css
<style>
span { border-color: #D80349; }
span { border-color: rgb(216,3,73); }
td.TdClassName
{
border-color: #D80349;
}
.TagClassName
{
border-color: #D80349;
}
</style>