Shades of Razzmatazz #D00260
Tints of Razzmatazz #D00260
RGB
CMYK
RGB Variations
Color information
#D00260 (or 0xD00260) is known color: Razzmatazz. HEX triplet: D0, 02 and 60. RGB value is (208,2,96). Sum of RGB (Red+Green+Blue) = 208+2+96=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D00260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00260 is #2FFD9F. Grayscale: #4A4A4A. Windows color (decimal): -3145120 or 6292176. OLE color: 6292176.
HSL color Cylindrical-coordinate representation of color #D00260: hue angle of 332.62º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00260 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.18 |
| HSL | 332.62º | 0.98% | 0.41% | - |
| HSV(B) | 332.62º | 0.99% | 0.82% | - |
| XYZ | 28.15 | 14.3 | 12.34 | - |
| YUV | 74.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 96 | 0 | 0.99 | 0.54 | 0.18 | 332.62 | 0.98 | 0.41 |
| Hex | D0 | 2 | 60 | 0 | 63 | 36 | 12 | 14D | 62 | 29 |
| Octal | 320 | 2 | 140 | 0 | 143 | 66 | 22 | 515 | 142 | 51 |
| Binary | 11010000 | 10 | 1100000 | 0 | 1100011 | 110110 | 10010 | 101001101 | 1100010 | 101001 |
Color Harmonies of #D00260
Complementary color
Monochromatic Colors of #D00260
Black with #D00260
Text Example
Text Example
White with #D00260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00260; }
p { color: rgb(208,2,96); }
H1.HeaderClassName
{
color: #D00260;
}
.AnyTagClassName
{
color: #D00260;
}
</style>
background-color css
<style>
a { background-color: #D00260; }
a { background-color: rgb(208,2,96); }
div.DivClassName
{
background-color: #D00260;
}
.BgClassName
{
background-color: #D00260;
}
</style>
border-color css
<style>
span { border-color: #D00260; }
span { border-color: rgb(208,2,96); }
td.TdClassName
{
border-color: #D00260;
}
.TagClassName
{
border-color: #D00260;
}
</style>