Shades of Razzmatazz #D8075D
Tints of Razzmatazz #D8075D
RGB
CMYK
RGB Variations
Color information
#D8075D (or 0xD8075D) is known color: Razzmatazz. HEX triplet: D8, 07 and 5D. RGB value is (216,7,93). Sum of RGB (Red+Green+Blue) = 216+7+93=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8075D is #27F8A2. Grayscale: #4F4F4F. Windows color (decimal): -2619555 or 6096856. OLE color: 6096856.
HSL color Cylindrical-coordinate representation of color #D8075D: hue angle of 335.31º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8075D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.15 |
| HSL | 335.31º | 0.94% | 0.44% | - |
| HSV(B) | 335.31º | 0.97% | 0.85% | - |
| XYZ | 30.37 | 15.54 | 11.75 | - |
| YUV | 79.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 93 | 0 | 0.97 | 0.57 | 0.15 | 335.31 | 0.94 | 0.44 |
| Hex | D8 | 7 | 5D | 0 | 61 | 39 | F | 14F | 5E | 2C |
| Octal | 330 | 7 | 135 | 0 | 141 | 71 | 17 | 517 | 136 | 54 |
| Binary | 11011000 | 111 | 1011101 | 0 | 1100001 | 111001 | 1111 | 101001111 | 1011110 | 101100 |
Color Harmonies of #D8075D
Complementary color
Monochromatic Colors of #D8075D
Black with #D8075D
Text Example
Text Example
White with #D8075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8075D; }
p { color: rgb(216,7,93); }
H1.HeaderClassName
{
color: #D8075D;
}
.AnyTagClassName
{
color: #D8075D;
}
</style>
background-color css
<style>
a { background-color: #D8075D; }
a { background-color: rgb(216,7,93); }
div.DivClassName
{
background-color: #D8075D;
}
.BgClassName
{
background-color: #D8075D;
}
</style>
border-color css
<style>
span { border-color: #D8075D; }
span { border-color: rgb(216,7,93); }
td.TdClassName
{
border-color: #D8075D;
}
.TagClassName
{
border-color: #D8075D;
}
</style>