Shades of Razzmatazz #D7095C
Tints of Razzmatazz #D7095C
RGB
CMYK
RGB Variations
Color information
#D7095C (or 0xD7095C) is known color: Razzmatazz. HEX triplet: D7, 09 and 5C. RGB value is (215,9,92). Sum of RGB (Red+Green+Blue) = 215+9+92=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7095C is #28F6A3. Grayscale: #4F4F4F. Windows color (decimal): -2684580 or 6031831. OLE color: 6031831.
HSL color Cylindrical-coordinate representation of color #D7095C: hue angle of 335.83º degrees, saturation: 0.92, 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 #D7095C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.83º | 0.92% | 0.44% | - |
| HSV(B) | 335.83º | 0.96% | 0.84% | - |
| XYZ | 30.05 | 15.42 | 11.52 | - |
| YUV | 80.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 92 | 0 | 0.96 | 0.57 | 0.16 | 335.83 | 0.92 | 0.44 |
| Hex | D7 | 9 | 5C | 0 | 60 | 39 | 10 | 150 | 5C | 2C |
| Octal | 327 | 11 | 134 | 0 | 140 | 71 | 20 | 520 | 134 | 54 |
| Binary | 11010111 | 1001 | 1011100 | 0 | 1100000 | 111001 | 10000 | 101010000 | 1011100 | 101100 |
Color Harmonies of #D7095C
Complementary color
Monochromatic Colors of #D7095C
Black with #D7095C
Text Example
Text Example
White with #D7095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7095C; }
p { color: rgb(215,9,92); }
H1.HeaderClassName
{
color: #D7095C;
}
.AnyTagClassName
{
color: #D7095C;
}
</style>
background-color css
<style>
a { background-color: #D7095C; }
a { background-color: rgb(215,9,92); }
div.DivClassName
{
background-color: #D7095C;
}
.BgClassName
{
background-color: #D7095C;
}
</style>
border-color css
<style>
span { border-color: #D7095C; }
span { border-color: rgb(215,9,92); }
td.TdClassName
{
border-color: #D7095C;
}
.TagClassName
{
border-color: #D7095C;
}
</style>