Shades of Razzmatazz #D8024B
Tints of Razzmatazz #D8024B
RGB
CMYK
RGB Variations
Color information
#D8024B (or 0xD8024B) is known color: Razzmatazz. HEX triplet: D8, 02 and 4B. RGB value is (216,2,75). Sum of RGB (Red+Green+Blue) = 216+2+75=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8024B is #27FDB4. Grayscale: #4A4A4A. Windows color (decimal): -2620853 or 4915928. OLE color: 4915928.
HSL color Cylindrical-coordinate representation of color #D8024B: hue angle of 339.53º 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 #D8024B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.15 |
| HSL | 339.53º | 0.98% | 0.43% | - |
| HSV(B) | 339.53º | 0.99% | 0.85% | - |
| XYZ | 29.61 | 15.15 | 8.02 | - |
| YUV | 74.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 75 | 0 | 0.99 | 0.65 | 0.15 | 339.53 | 0.98 | 0.43 |
| Hex | D8 | 2 | 4B | 0 | 63 | 41 | F | 154 | 62 | 2B |
| Octal | 330 | 2 | 113 | 0 | 143 | 101 | 17 | 524 | 142 | 53 |
| Binary | 11011000 | 10 | 1001011 | 0 | 1100011 | 1000001 | 1111 | 101010100 | 1100010 | 101011 |
Color Harmonies of #D8024B
Complementary color
Monochromatic Colors of #D8024B
Black with #D8024B
Text Example
Text Example
White with #D8024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8024B; }
p { color: rgb(216,2,75); }
H1.HeaderClassName
{
color: #D8024B;
}
.AnyTagClassName
{
color: #D8024B;
}
</style>
background-color css
<style>
a { background-color: #D8024B; }
a { background-color: rgb(216,2,75); }
div.DivClassName
{
background-color: #D8024B;
}
.BgClassName
{
background-color: #D8024B;
}
</style>
border-color css
<style>
span { border-color: #D8024B; }
span { border-color: rgb(216,2,75); }
td.TdClassName
{
border-color: #D8024B;
}
.TagClassName
{
border-color: #D8024B;
}
</style>