Shades of Razzmatazz #D00550
Tints of Razzmatazz #D00550
RGB
CMYK
RGB Variations
Color information
#D00550 (or 0xD00550) is known color: Razzmatazz. HEX triplet: D0, 05 and 50. RGB value is (208,5,80). Sum of RGB (Red+Green+Blue) = 208+5+80=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D00550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00550 is #2FFAAF. Grayscale: #4A4A4A. Windows color (decimal): -3144368 or 5244368. OLE color: 5244368.
HSL color Cylindrical-coordinate representation of color #D00550: hue angle of 337.83º 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 #D00550 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.18 |
| HSL | 337.83º | 0.95% | 0.42% | - |
| HSV(B) | 337.83º | 0.98% | 0.82% | - |
| XYZ | 27.51 | 14.1 | 8.86 | - |
| YUV | 74.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 80 | 0 | 0.98 | 0.62 | 0.18 | 337.83 | 0.95 | 0.42 |
| Hex | D0 | 5 | 50 | 0 | 62 | 3E | 12 | 152 | 5F | 2A |
| Octal | 320 | 5 | 120 | 0 | 142 | 76 | 22 | 522 | 137 | 52 |
| Binary | 11010000 | 101 | 1010000 | 0 | 1100010 | 111110 | 10010 | 101010010 | 1011111 | 101010 |
Color Harmonies of #D00550
Complementary color
Monochromatic Colors of #D00550
Black with #D00550
Text Example
Text Example
White with #D00550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00550; }
p { color: rgb(208,5,80); }
H1.HeaderClassName
{
color: #D00550;
}
.AnyTagClassName
{
color: #D00550;
}
</style>
background-color css
<style>
a { background-color: #D00550; }
a { background-color: rgb(208,5,80); }
div.DivClassName
{
background-color: #D00550;
}
.BgClassName
{
background-color: #D00550;
}
</style>
border-color css
<style>
span { border-color: #D00550; }
span { border-color: rgb(208,5,80); }
td.TdClassName
{
border-color: #D00550;
}
.TagClassName
{
border-color: #D00550;
}
</style>