Shades of Razzmatazz #D00752
Tints of Razzmatazz #D00752
RGB
CMYK
RGB Variations
Color information
#D00752 (or 0xD00752) is known color: Razzmatazz. HEX triplet: D0, 07 and 52. RGB value is (208,7,82). Sum of RGB (Red+Green+Blue) = 208+7+82=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D00752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00752 is #2FF8AD. Grayscale: #4B4B4B. Windows color (decimal): -3143854 or 5375952. OLE color: 5375952.
HSL color Cylindrical-coordinate representation of color #D00752: hue angle of 337.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00752 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 82 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.18 |
| HSL | 337.61º | 0.93% | 0.42% | - |
| HSV(B) | 337.61º | 0.97% | 0.82% | - |
| XYZ | 27.61 | 14.17 | 9.26 | - |
| YUV | 75.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 82 | 0 | 0.97 | 0.61 | 0.18 | 337.61 | 0.93 | 0.42 |
| Hex | D0 | 7 | 52 | 0 | 61 | 3D | 12 | 152 | 5D | 2A |
| Octal | 320 | 7 | 122 | 0 | 141 | 75 | 22 | 522 | 135 | 52 |
| Binary | 11010000 | 111 | 1010010 | 0 | 1100001 | 111101 | 10010 | 101010010 | 1011101 | 101010 |
Color Harmonies of #D00752
Complementary color
Monochromatic Colors of #D00752
Black with #D00752
Text Example
Text Example
White with #D00752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00752; }
p { color: rgb(208,7,82); }
H1.HeaderClassName
{
color: #D00752;
}
.AnyTagClassName
{
color: #D00752;
}
</style>
background-color css
<style>
a { background-color: #D00752; }
a { background-color: rgb(208,7,82); }
div.DivClassName
{
background-color: #D00752;
}
.BgClassName
{
background-color: #D00752;
}
</style>
border-color css
<style>
span { border-color: #D00752; }
span { border-color: rgb(208,7,82); }
td.TdClassName
{
border-color: #D00752;
}
.TagClassName
{
border-color: #D00752;
}
</style>