Shades of Razzmatazz #D00757
Tints of Razzmatazz #D00757
RGB
CMYK
RGB Variations
Color information
#D00757 (or 0xD00757) is known color: Razzmatazz. HEX triplet: D0, 07 and 57. RGB value is (208,7,87). Sum of RGB (Red+Green+Blue) = 208+7+87=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D00757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00757 is #2FF8A8. Grayscale: #4C4C4C. Windows color (decimal): -3143849 or 5703632. OLE color: 5703632.
HSL color Cylindrical-coordinate representation of color #D00757: hue angle of 336.12º 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 #D00757 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 87 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.18 |
| HSL | 336.12º | 0.93% | 0.42% | - |
| HSV(B) | 336.12º | 0.97% | 0.82% | - |
| XYZ | 27.81 | 14.25 | 10.3 | - |
| YUV | 76.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 87 | 0 | 0.97 | 0.58 | 0.18 | 336.12 | 0.93 | 0.42 |
| Hex | D0 | 7 | 57 | 0 | 61 | 3A | 12 | 150 | 5D | 2A |
| Octal | 320 | 7 | 127 | 0 | 141 | 72 | 22 | 520 | 135 | 52 |
| Binary | 11010000 | 111 | 1010111 | 0 | 1100001 | 111010 | 10010 | 101010000 | 1011101 | 101010 |
Color Harmonies of #D00757
Complementary color
Monochromatic Colors of #D00757
Black with #D00757
Text Example
Text Example
White with #D00757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00757; }
p { color: rgb(208,7,87); }
H1.HeaderClassName
{
color: #D00757;
}
.AnyTagClassName
{
color: #D00757;
}
</style>
background-color css
<style>
a { background-color: #D00757; }
a { background-color: rgb(208,7,87); }
div.DivClassName
{
background-color: #D00757;
}
.BgClassName
{
background-color: #D00757;
}
</style>
border-color css
<style>
span { border-color: #D00757; }
span { border-color: rgb(208,7,87); }
td.TdClassName
{
border-color: #D00757;
}
.TagClassName
{
border-color: #D00757;
}
</style>