Shades of Razzmatazz #D00557
Tints of Razzmatazz #D00557
RGB
CMYK
RGB Variations
Color information
#D00557 (or 0xD00557) is known color: Razzmatazz. HEX triplet: D0, 05 and 57. RGB value is (208,5,87). Sum of RGB (Red+Green+Blue) = 208+5+87=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D00557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00557 is #2FFAA8. Grayscale: #4A4A4A. Windows color (decimal): -3144361 or 5703120. OLE color: 5703120.
HSL color Cylindrical-coordinate representation of color #D00557: hue angle of 335.76º 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 #D00557 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.18 |
| HSL | 335.76º | 0.95% | 0.42% | - |
| HSV(B) | 335.76º | 0.98% | 0.82% | - |
| XYZ | 27.79 | 14.21 | 10.29 | - |
| YUV | 75.05 | 134.75 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 87 | 0 | 0.98 | 0.58 | 0.18 | 335.76 | 0.95 | 0.42 |
| Hex | D0 | 5 | 57 | 0 | 62 | 3A | 12 | 150 | 5F | 2A |
| Octal | 320 | 5 | 127 | 0 | 142 | 72 | 22 | 520 | 137 | 52 |
| Binary | 11010000 | 101 | 1010111 | 0 | 1100010 | 111010 | 10010 | 101010000 | 1011111 | 101010 |
Color Harmonies of #D00557
Complementary color
Monochromatic Colors of #D00557
Black with #D00557
Text Example
Text Example
White with #D00557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00557; }
p { color: rgb(208,5,87); }
H1.HeaderClassName
{
color: #D00557;
}
.AnyTagClassName
{
color: #D00557;
}
</style>
background-color css
<style>
a { background-color: #D00557; }
a { background-color: rgb(208,5,87); }
div.DivClassName
{
background-color: #D00557;
}
.BgClassName
{
background-color: #D00557;
}
</style>
border-color css
<style>
span { border-color: #D00557; }
span { border-color: rgb(208,5,87); }
td.TdClassName
{
border-color: #D00557;
}
.TagClassName
{
border-color: #D00557;
}
</style>