Shades of Razzmatazz #D8085C
Tints of Razzmatazz #D8085C
RGB
CMYK
RGB Variations
Color information
#D8085C (or 0xD8085C) is known color: Razzmatazz. HEX triplet: D8, 08 and 5C. RGB value is (216,8,92). Sum of RGB (Red+Green+Blue) = 216+8+92=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8085C is #27F7A3. Grayscale: #4F4F4F. Windows color (decimal): -2619300 or 6031576. OLE color: 6031576.
HSL color Cylindrical-coordinate representation of color #D8085C: hue angle of 335.77º degrees, saturation: 0.93, 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 #D8085C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.15 |
| HSL | 335.77º | 0.93% | 0.44% | - |
| HSV(B) | 335.77º | 0.96% | 0.85% | - |
| XYZ | 30.34 | 15.55 | 11.53 | - |
| YUV | 79.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 92 | 0 | 0.96 | 0.57 | 0.15 | 335.77 | 0.93 | 0.44 |
| Hex | D8 | 8 | 5C | 0 | 60 | 39 | F | 150 | 5D | 2C |
| Octal | 330 | 10 | 134 | 0 | 140 | 71 | 17 | 520 | 135 | 54 |
| Binary | 11011000 | 1000 | 1011100 | 0 | 1100000 | 111001 | 1111 | 101010000 | 1011101 | 101100 |
Color Harmonies of #D8085C
Complementary color
Monochromatic Colors of #D8085C
Black with #D8085C
Text Example
Text Example
White with #D8085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8085C; }
p { color: rgb(216,8,92); }
H1.HeaderClassName
{
color: #D8085C;
}
.AnyTagClassName
{
color: #D8085C;
}
</style>
background-color css
<style>
a { background-color: #D8085C; }
a { background-color: rgb(216,8,92); }
div.DivClassName
{
background-color: #D8085C;
}
.BgClassName
{
background-color: #D8085C;
}
</style>
border-color css
<style>
span { border-color: #D8085C; }
span { border-color: rgb(216,8,92); }
td.TdClassName
{
border-color: #D8085C;
}
.TagClassName
{
border-color: #D8085C;
}
</style>