Shades of Razzmatazz #D7085C
Tints of Razzmatazz #D7085C
RGB
CMYK
RGB Variations
Color information
#D7085C (or 0xD7085C) is known color: Razzmatazz. HEX triplet: D7, 08 and 5C. RGB value is (215,8,92). Sum of RGB (Red+Green+Blue) = 215+8+92=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7085C is #28F7A3. Grayscale: #4F4F4F. Windows color (decimal): -2684836 or 6031575. OLE color: 6031575.
HSL color Cylindrical-coordinate representation of color #D7085C: hue angle of 335.65º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7085C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.65º | 0.93% | 0.44% | - |
| HSV(B) | 335.65º | 0.96% | 0.84% | - |
| XYZ | 30.04 | 15.39 | 11.51 | - |
| YUV | 79.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 92 | 0 | 0.96 | 0.57 | 0.16 | 335.65 | 0.93 | 0.44 |
| Hex | D7 | 8 | 5C | 0 | 60 | 39 | 10 | 150 | 5D | 2C |
| Octal | 327 | 10 | 134 | 0 | 140 | 71 | 20 | 520 | 135 | 54 |
| Binary | 11010111 | 1000 | 1011100 | 0 | 1100000 | 111001 | 10000 | 101010000 | 1011101 | 101100 |
Color Harmonies of #D7085C
Complementary color
Monochromatic Colors of #D7085C
Black with #D7085C
Text Example
Text Example
White with #D7085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7085C; }
p { color: rgb(215,8,92); }
H1.HeaderClassName
{
color: #D7085C;
}
.AnyTagClassName
{
color: #D7085C;
}
</style>
background-color css
<style>
a { background-color: #D7085C; }
a { background-color: rgb(215,8,92); }
div.DivClassName
{
background-color: #D7085C;
}
.BgClassName
{
background-color: #D7085C;
}
</style>
border-color css
<style>
span { border-color: #D7085C; }
span { border-color: rgb(215,8,92); }
td.TdClassName
{
border-color: #D7085C;
}
.TagClassName
{
border-color: #D7085C;
}
</style>