Shades of Razzmatazz #D8065B
Tints of Razzmatazz #D8065B
RGB
CMYK
RGB Variations
Color information
#D8065B (or 0xD8065B) is known color: Razzmatazz. HEX triplet: D8, 06 and 5B. RGB value is (216,6,91). Sum of RGB (Red+Green+Blue) = 216+6+91=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8065B is #27F9A4. Grayscale: #4E4E4E. Windows color (decimal): -2619813 or 5965528. OLE color: 5965528.
HSL color Cylindrical-coordinate representation of color #D8065B: hue angle of 335.71º degrees, saturation: 0.95, 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 #D8065B is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.15 |
| HSL | 335.71º | 0.95% | 0.44% | - |
| HSV(B) | 335.71º | 0.97% | 0.85% | - |
| XYZ | 30.27 | 15.48 | 11.29 | - |
| YUV | 78.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 91 | 0 | 0.97 | 0.58 | 0.15 | 335.71 | 0.95 | 0.44 |
| Hex | D8 | 6 | 5B | 0 | 61 | 3A | F | 150 | 5F | 2C |
| Octal | 330 | 6 | 133 | 0 | 141 | 72 | 17 | 520 | 137 | 54 |
| Binary | 11011000 | 110 | 1011011 | 0 | 1100001 | 111010 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #D8065B
Complementary color
Monochromatic Colors of #D8065B
Black with #D8065B
Text Example
Text Example
White with #D8065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8065B; }
p { color: rgb(216,6,91); }
H1.HeaderClassName
{
color: #D8065B;
}
.AnyTagClassName
{
color: #D8065B;
}
</style>
background-color css
<style>
a { background-color: #D8065B; }
a { background-color: rgb(216,6,91); }
div.DivClassName
{
background-color: #D8065B;
}
.BgClassName
{
background-color: #D8065B;
}
</style>
border-color css
<style>
span { border-color: #D8065B; }
span { border-color: rgb(216,6,91); }
td.TdClassName
{
border-color: #D8065B;
}
.TagClassName
{
border-color: #D8065B;
}
</style>