Shades of Razzmatazz #D80952
Tints of Razzmatazz #D80952
RGB
CMYK
RGB Variations
Color information
#D80952 (or 0xD80952) is known color: Razzmatazz. HEX triplet: D8, 09 and 52. RGB value is (216,9,82). Sum of RGB (Red+Green+Blue) = 216+9+82=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D80952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80952 is #27F6AD. Grayscale: #4F4F4F. Windows color (decimal): -2619054 or 5376472. OLE color: 5376472.
HSL color Cylindrical-coordinate representation of color #D80952: hue angle of 338.84º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80952 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.15 |
| HSL | 338.84º | 0.92% | 0.44% | - |
| HSV(B) | 338.84º | 0.96% | 0.85% | - |
| XYZ | 29.94 | 15.4 | 9.38 | - |
| YUV | 79.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 82 | 0 | 0.96 | 0.62 | 0.15 | 338.84 | 0.92 | 0.44 |
| Hex | D8 | 9 | 52 | 0 | 60 | 3E | F | 153 | 5C | 2C |
| Octal | 330 | 11 | 122 | 0 | 140 | 76 | 17 | 523 | 134 | 54 |
| Binary | 11011000 | 1001 | 1010010 | 0 | 1100000 | 111110 | 1111 | 101010011 | 1011100 | 101100 |
Color Harmonies of #D80952
Complementary color
Monochromatic Colors of #D80952
Black with #D80952
Text Example
Text Example
White with #D80952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80952; }
p { color: rgb(216,9,82); }
H1.HeaderClassName
{
color: #D80952;
}
.AnyTagClassName
{
color: #D80952;
}
</style>
background-color css
<style>
a { background-color: #D80952; }
a { background-color: rgb(216,9,82); }
div.DivClassName
{
background-color: #D80952;
}
.BgClassName
{
background-color: #D80952;
}
</style>
border-color css
<style>
span { border-color: #D80952; }
span { border-color: rgb(216,9,82); }
td.TdClassName
{
border-color: #D80952;
}
.TagClassName
{
border-color: #D80952;
}
</style>