Shades of Razzmatazz #D80461
Tints of Razzmatazz #D80461
RGB
CMYK
RGB Variations
Color information
#D80461 (or 0xD80461) is known color: Razzmatazz. HEX triplet: D8, 04 and 61. RGB value is (216,4,97). Sum of RGB (Red+Green+Blue) = 216+4+97=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D80461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80461 is #27FB9E. Grayscale: #4D4D4D. Windows color (decimal): -2620319 or 6358232. OLE color: 6358232.
HSL color Cylindrical-coordinate representation of color #D80461: hue angle of 333.68º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80461 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.15 |
| HSL | 333.68º | 0.96% | 0.43% | - |
| HSV(B) | 333.68º | 0.98% | 0.85% | - |
| XYZ | 30.52 | 15.55 | 12.7 | - |
| YUV | 77.99 | 138.74 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 97 | 0 | 0.98 | 0.55 | 0.15 | 333.68 | 0.96 | 0.43 |
| Hex | D8 | 4 | 61 | 0 | 62 | 37 | F | 14E | 60 | 2B |
| Octal | 330 | 4 | 141 | 0 | 142 | 67 | 17 | 516 | 140 | 53 |
| Binary | 11011000 | 100 | 1100001 | 0 | 1100010 | 110111 | 1111 | 101001110 | 1100000 | 101011 |
Color Harmonies of #D80461
Complementary color
Monochromatic Colors of #D80461
Black with #D80461
Text Example
Text Example
White with #D80461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80461; }
p { color: rgb(216,4,97); }
H1.HeaderClassName
{
color: #D80461;
}
.AnyTagClassName
{
color: #D80461;
}
</style>
background-color css
<style>
a { background-color: #D80461; }
a { background-color: rgb(216,4,97); }
div.DivClassName
{
background-color: #D80461;
}
.BgClassName
{
background-color: #D80461;
}
</style>
border-color css
<style>
span { border-color: #D80461; }
span { border-color: rgb(216,4,97); }
td.TdClassName
{
border-color: #D80461;
}
.TagClassName
{
border-color: #D80461;
}
</style>