Shades of Razzmatazz #D8095C
Tints of Razzmatazz #D8095C
RGB
CMYK
RGB Variations
Color information
#D8095C (or 0xD8095C) is known color: Razzmatazz. HEX triplet: D8, 09 and 5C. RGB value is (216,9,92). Sum of RGB (Red+Green+Blue) = 216+9+92=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D8095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8095C is #27F6A3. Grayscale: #505050. Windows color (decimal): -2619044 or 6031832. OLE color: 6031832.
HSL color Cylindrical-coordinate representation of color #D8095C: hue angle of 335.94º 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 #D8095C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.15 |
| HSL | 335.94º | 0.92% | 0.44% | - |
| HSV(B) | 335.94º | 0.96% | 0.85% | - |
| XYZ | 30.35 | 15.57 | 11.53 | - |
| YUV | 80.36 | 134.58 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 92 | 0 | 0.96 | 0.57 | 0.15 | 335.94 | 0.92 | 0.44 |
| Hex | D8 | 9 | 5C | 0 | 60 | 39 | F | 150 | 5C | 2C |
| Octal | 330 | 11 | 134 | 0 | 140 | 71 | 17 | 520 | 134 | 54 |
| Binary | 11011000 | 1001 | 1011100 | 0 | 1100000 | 111001 | 1111 | 101010000 | 1011100 | 101100 |
Color Harmonies of #D8095C
Complementary color
Monochromatic Colors of #D8095C
Black with #D8095C
Text Example
Text Example
White with #D8095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8095C; }
p { color: rgb(216,9,92); }
H1.HeaderClassName
{
color: #D8095C;
}
.AnyTagClassName
{
color: #D8095C;
}
</style>
background-color css
<style>
a { background-color: #D8095C; }
a { background-color: rgb(216,9,92); }
div.DivClassName
{
background-color: #D8095C;
}
.BgClassName
{
background-color: #D8095C;
}
</style>
border-color css
<style>
span { border-color: #D8095C; }
span { border-color: rgb(216,9,92); }
td.TdClassName
{
border-color: #D8095C;
}
.TagClassName
{
border-color: #D8095C;
}
</style>