Shades of Razzmatazz #D00658
Tints of Razzmatazz #D00658
RGB
CMYK
RGB Variations
Color information
#D00658 (or 0xD00658) is known color: Razzmatazz. HEX triplet: D0, 06 and 58. RGB value is (208,6,88). Sum of RGB (Red+Green+Blue) = 208+6+88=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D00658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00658 is #2FF9A7. Grayscale: #4B4B4B. Windows color (decimal): -3144104 or 5768912. OLE color: 5768912.
HSL color Cylindrical-coordinate representation of color #D00658: hue angle of 335.64º degrees, saturation: 0.94, 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 #D00658 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.18 |
| HSL | 335.64º | 0.94% | 0.42% | - |
| HSV(B) | 335.64º | 0.97% | 0.82% | - |
| XYZ | 27.84 | 14.24 | 10.51 | - |
| YUV | 75.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 88 | 0 | 0.97 | 0.58 | 0.18 | 335.64 | 0.94 | 0.42 |
| Hex | D0 | 6 | 58 | 0 | 61 | 3A | 12 | 150 | 5E | 2A |
| Octal | 320 | 6 | 130 | 0 | 141 | 72 | 22 | 520 | 136 | 52 |
| Binary | 11010000 | 110 | 1011000 | 0 | 1100001 | 111010 | 10010 | 101010000 | 1011110 | 101010 |
Color Harmonies of #D00658
Complementary color
Monochromatic Colors of #D00658
Black with #D00658
Text Example
Text Example
White with #D00658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00658; }
p { color: rgb(208,6,88); }
H1.HeaderClassName
{
color: #D00658;
}
.AnyTagClassName
{
color: #D00658;
}
</style>
background-color css
<style>
a { background-color: #D00658; }
a { background-color: rgb(208,6,88); }
div.DivClassName
{
background-color: #D00658;
}
.BgClassName
{
background-color: #D00658;
}
</style>
border-color css
<style>
span { border-color: #D00658; }
span { border-color: rgb(208,6,88); }
td.TdClassName
{
border-color: #D00658;
}
.TagClassName
{
border-color: #D00658;
}
</style>