Shades of Razzmatazz #D8095B
Tints of Razzmatazz #D8095B
RGB
CMYK
RGB Variations
Color information
#D8095B (or 0xD8095B) is known color: Razzmatazz. HEX triplet: D8, 09 and 5B. RGB value is (216,9,91). Sum of RGB (Red+Green+Blue) = 216+9+91=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8095B is #27F6A4. Grayscale: #505050. Windows color (decimal): -2619045 or 5966296. OLE color: 5966296.
HSL color Cylindrical-coordinate representation of color #D8095B: hue angle of 336.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8095B is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.15 |
| HSL | 336.23º | 0.92% | 0.44% | - |
| HSV(B) | 336.23º | 0.96% | 0.85% | - |
| XYZ | 30.3 | 15.55 | 11.3 | - |
| YUV | 80.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 91 | 0 | 0.96 | 0.58 | 0.15 | 336.23 | 0.92 | 0.44 |
| Hex | D8 | 9 | 5B | 0 | 60 | 3A | F | 150 | 5C | 2C |
| Octal | 330 | 11 | 133 | 0 | 140 | 72 | 17 | 520 | 134 | 54 |
| Binary | 11011000 | 1001 | 1011011 | 0 | 1100000 | 111010 | 1111 | 101010000 | 1011100 | 101100 |
Color Harmonies of #D8095B
Complementary color
Monochromatic Colors of #D8095B
Black with #D8095B
Text Example
Text Example
White with #D8095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8095B; }
p { color: rgb(216,9,91); }
H1.HeaderClassName
{
color: #D8095B;
}
.AnyTagClassName
{
color: #D8095B;
}
</style>
background-color css
<style>
a { background-color: #D8095B; }
a { background-color: rgb(216,9,91); }
div.DivClassName
{
background-color: #D8095B;
}
.BgClassName
{
background-color: #D8095B;
}
</style>
border-color css
<style>
span { border-color: #D8095B; }
span { border-color: rgb(216,9,91); }
td.TdClassName
{
border-color: #D8095B;
}
.TagClassName
{
border-color: #D8095B;
}
</style>