Shades of Razzmatazz #D80351
Tints of Razzmatazz #D80351
RGB
CMYK
RGB Variations
Color information
#D80351 (or 0xD80351) is known color: Razzmatazz. HEX triplet: D8, 03 and 51. RGB value is (216,3,81). Sum of RGB (Red+Green+Blue) = 216+3+81=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D80351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80351 is #27FCAE. Grayscale: #4B4B4B. Windows color (decimal): -2620591 or 5309400. OLE color: 5309400.
HSL color Cylindrical-coordinate representation of color #D80351: hue angle of 338.03º 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 #D80351 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.15 |
| HSL | 338.03º | 0.97% | 0.43% | - |
| HSV(B) | 338.03º | 0.99% | 0.85% | - |
| XYZ | 29.84 | 15.26 | 9.16 | - |
| YUV | 75.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 81 | 0 | 0.99 | 0.62 | 0.15 | 338.03 | 0.97 | 0.43 |
| Hex | D8 | 3 | 51 | 0 | 63 | 3E | F | 152 | 61 | 2B |
| Octal | 330 | 3 | 121 | 0 | 143 | 76 | 17 | 522 | 141 | 53 |
| Binary | 11011000 | 11 | 1010001 | 0 | 1100011 | 111110 | 1111 | 101010010 | 1100001 | 101011 |
Color Harmonies of #D80351
Complementary color
Monochromatic Colors of #D80351
Black with #D80351
Text Example
Text Example
White with #D80351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80351; }
p { color: rgb(216,3,81); }
H1.HeaderClassName
{
color: #D80351;
}
.AnyTagClassName
{
color: #D80351;
}
</style>
background-color css
<style>
a { background-color: #D80351; }
a { background-color: rgb(216,3,81); }
div.DivClassName
{
background-color: #D80351;
}
.BgClassName
{
background-color: #D80351;
}
</style>
border-color css
<style>
span { border-color: #D80351; }
span { border-color: rgb(216,3,81); }
td.TdClassName
{
border-color: #D80351;
}
.TagClassName
{
border-color: #D80351;
}
</style>