Shades of Razzmatazz #D8034B
Tints of Razzmatazz #D8034B
RGB
CMYK
RGB Variations
Color information
#D8034B (or 0xD8034B) is known color: Razzmatazz. HEX triplet: D8, 03 and 4B. RGB value is (216,3,75). Sum of RGB (Red+Green+Blue) = 216+3+75=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8034B is #27FCB4. Grayscale: #4A4A4A. Windows color (decimal): -2620597 or 4916184. OLE color: 4916184.
HSL color Cylindrical-coordinate representation of color #D8034B: hue angle of 339.72º 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 #D8034B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 75 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.15 |
| HSL | 339.72º | 0.97% | 0.43% | - |
| HSV(B) | 339.72º | 0.99% | 0.85% | - |
| XYZ | 29.62 | 15.17 | 8.02 | - |
| YUV | 74.9 | 128.07 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 75 | 0 | 0.99 | 0.65 | 0.15 | 339.72 | 0.97 | 0.43 |
| Hex | D8 | 3 | 4B | 0 | 63 | 41 | F | 154 | 61 | 2B |
| Octal | 330 | 3 | 113 | 0 | 143 | 101 | 17 | 524 | 141 | 53 |
| Binary | 11011000 | 11 | 1001011 | 0 | 1100011 | 1000001 | 1111 | 101010100 | 1100001 | 101011 |
Color Harmonies of #D8034B
Complementary color
Monochromatic Colors of #D8034B
Black with #D8034B
Text Example
Text Example
White with #D8034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8034B; }
p { color: rgb(216,3,75); }
H1.HeaderClassName
{
color: #D8034B;
}
.AnyTagClassName
{
color: #D8034B;
}
</style>
background-color css
<style>
a { background-color: #D8034B; }
a { background-color: rgb(216,3,75); }
div.DivClassName
{
background-color: #D8034B;
}
.BgClassName
{
background-color: #D8034B;
}
</style>
border-color css
<style>
span { border-color: #D8034B; }
span { border-color: rgb(216,3,75); }
td.TdClassName
{
border-color: #D8034B;
}
.TagClassName
{
border-color: #D8034B;
}
</style>