Shades of Razzmatazz #D8035A
Tints of Razzmatazz #D8035A
RGB
CMYK
RGB Variations
Color information
#D8035A (or 0xD8035A) is known color: Razzmatazz. HEX triplet: D8, 03 and 5A. RGB value is (216,3,90). Sum of RGB (Red+Green+Blue) = 216+3+90=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8035A is #27FCA5. Grayscale: #4C4C4C. Windows color (decimal): -2620582 or 5899224. OLE color: 5899224.
HSL color Cylindrical-coordinate representation of color #D8035A: hue angle of 335.49º 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 #D8035A is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.15 |
| HSL | 335.49º | 0.97% | 0.43% | - |
| HSV(B) | 335.49º | 0.99% | 0.85% | - |
| XYZ | 30.2 | 15.4 | 11.05 | - |
| YUV | 76.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 90 | 0 | 0.99 | 0.58 | 0.15 | 335.49 | 0.97 | 0.43 |
| Hex | D8 | 3 | 5A | 0 | 63 | 3A | F | 14F | 61 | 2B |
| Octal | 330 | 3 | 132 | 0 | 143 | 72 | 17 | 517 | 141 | 53 |
| Binary | 11011000 | 11 | 1011010 | 0 | 1100011 | 111010 | 1111 | 101001111 | 1100001 | 101011 |
Color Harmonies of #D8035A
Complementary color
Monochromatic Colors of #D8035A
Black with #D8035A
Text Example
Text Example
White with #D8035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8035A; }
p { color: rgb(216,3,90); }
H1.HeaderClassName
{
color: #D8035A;
}
.AnyTagClassName
{
color: #D8035A;
}
</style>
background-color css
<style>
a { background-color: #D8035A; }
a { background-color: rgb(216,3,90); }
div.DivClassName
{
background-color: #D8035A;
}
.BgClassName
{
background-color: #D8035A;
}
</style>
border-color css
<style>
span { border-color: #D8035A; }
span { border-color: rgb(216,3,90); }
td.TdClassName
{
border-color: #D8035A;
}
.TagClassName
{
border-color: #D8035A;
}
</style>