Shades of Razzmatazz #D8024A
Tints of Razzmatazz #D8024A
RGB
CMYK
RGB Variations
Color information
#D8024A (or 0xD8024A) is known color: Razzmatazz. HEX triplet: D8, 02 and 4A. RGB value is (216,2,74). Sum of RGB (Red+Green+Blue) = 216+2+74=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8024A is #27FDB5. Grayscale: #4A4A4A. Windows color (decimal): -2620854 or 4850392. OLE color: 4850392.
HSL color Cylindrical-coordinate representation of color #D8024A: hue angle of 339.81º degrees, saturation: 0.98, 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 #D8024A is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.15 |
| HSL | 339.81º | 0.98% | 0.43% | - |
| HSV(B) | 339.81º | 0.99% | 0.85% | - |
| XYZ | 29.58 | 15.14 | 7.84 | - |
| YUV | 74.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 74 | 0 | 0.99 | 0.66 | 0.15 | 339.81 | 0.98 | 0.43 |
| Hex | D8 | 2 | 4A | 0 | 63 | 42 | F | 154 | 62 | 2B |
| Octal | 330 | 2 | 112 | 0 | 143 | 102 | 17 | 524 | 142 | 53 |
| Binary | 11011000 | 10 | 1001010 | 0 | 1100011 | 1000010 | 1111 | 101010100 | 1100010 | 101011 |
Color Harmonies of #D8024A
Complementary color
Monochromatic Colors of #D8024A
Black with #D8024A
Text Example
Text Example
White with #D8024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8024A; }
p { color: rgb(216,2,74); }
H1.HeaderClassName
{
color: #D8024A;
}
.AnyTagClassName
{
color: #D8024A;
}
</style>
background-color css
<style>
a { background-color: #D8024A; }
a { background-color: rgb(216,2,74); }
div.DivClassName
{
background-color: #D8024A;
}
.BgClassName
{
background-color: #D8024A;
}
</style>
border-color css
<style>
span { border-color: #D8024A; }
span { border-color: rgb(216,2,74); }
td.TdClassName
{
border-color: #D8024A;
}
.TagClassName
{
border-color: #D8024A;
}
</style>