Shades of Razzmatazz #D00552
Tints of Razzmatazz #D00552
RGB
CMYK
RGB Variations
Color information
#D00552 (or 0xD00552) is known color: Razzmatazz. HEX triplet: D0, 05 and 52. RGB value is (208,5,82). Sum of RGB (Red+Green+Blue) = 208+5+82=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D00552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00552 is #2FFAAD. Grayscale: #4A4A4A. Windows color (decimal): -3144366 or 5375440. OLE color: 5375440.
HSL color Cylindrical-coordinate representation of color #D00552: hue angle of 337.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00552 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.18 |
| HSL | 337.24º | 0.95% | 0.42% | - |
| HSV(B) | 337.24º | 0.98% | 0.82% | - |
| XYZ | 27.59 | 14.13 | 9.26 | - |
| YUV | 74.48 | 132.25 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 82 | 0 | 0.98 | 0.61 | 0.18 | 337.24 | 0.95 | 0.42 |
| Hex | D0 | 5 | 52 | 0 | 62 | 3D | 12 | 151 | 5F | 2A |
| Octal | 320 | 5 | 122 | 0 | 142 | 75 | 22 | 521 | 137 | 52 |
| Binary | 11010000 | 101 | 1010010 | 0 | 1100010 | 111101 | 10010 | 101010001 | 1011111 | 101010 |
Color Harmonies of #D00552
Complementary color
Monochromatic Colors of #D00552
Black with #D00552
Text Example
Text Example
White with #D00552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00552; }
p { color: rgb(208,5,82); }
H1.HeaderClassName
{
color: #D00552;
}
.AnyTagClassName
{
color: #D00552;
}
</style>
background-color css
<style>
a { background-color: #D00552; }
a { background-color: rgb(208,5,82); }
div.DivClassName
{
background-color: #D00552;
}
.BgClassName
{
background-color: #D00552;
}
</style>
border-color css
<style>
span { border-color: #D00552; }
span { border-color: rgb(208,5,82); }
td.TdClassName
{
border-color: #D00552;
}
.TagClassName
{
border-color: #D00552;
}
</style>