Shades of Razzmatazz #D8055D
Tints of Razzmatazz #D8055D
RGB
CMYK
RGB Variations
Color information
#D8055D (or 0xD8055D) is known color: Razzmatazz. HEX triplet: D8, 05 and 5D. RGB value is (216,5,93). Sum of RGB (Red+Green+Blue) = 216+5+93=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8055D is #27FAA2. Grayscale: #4D4D4D. Windows color (decimal): -2620067 or 6096344. OLE color: 6096344.
HSL color Cylindrical-coordinate representation of color #D8055D: hue angle of 334.98º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8055D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 93 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.15 |
| HSL | 334.98º | 0.95% | 0.43% | - |
| HSV(B) | 334.98º | 0.98% | 0.85% | - |
| XYZ | 30.35 | 15.5 | 11.75 | - |
| YUV | 78.12 | 136.4 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 93 | 0 | 0.98 | 0.57 | 0.15 | 334.98 | 0.95 | 0.43 |
| Hex | D8 | 5 | 5D | 0 | 62 | 39 | F | 14F | 5F | 2B |
| Octal | 330 | 5 | 135 | 0 | 142 | 71 | 17 | 517 | 137 | 53 |
| Binary | 11011000 | 101 | 1011101 | 0 | 1100010 | 111001 | 1111 | 101001111 | 1011111 | 101011 |
Color Harmonies of #D8055D
Complementary color
Monochromatic Colors of #D8055D
Black with #D8055D
Text Example
Text Example
White with #D8055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8055D; }
p { color: rgb(216,5,93); }
H1.HeaderClassName
{
color: #D8055D;
}
.AnyTagClassName
{
color: #D8055D;
}
</style>
background-color css
<style>
a { background-color: #D8055D; }
a { background-color: rgb(216,5,93); }
div.DivClassName
{
background-color: #D8055D;
}
.BgClassName
{
background-color: #D8055D;
}
</style>
border-color css
<style>
span { border-color: #D8055D; }
span { border-color: rgb(216,5,93); }
td.TdClassName
{
border-color: #D8055D;
}
.TagClassName
{
border-color: #D8055D;
}
</style>