Shades of Razzmatazz #D00360
Tints of Razzmatazz #D00360
RGB
CMYK
RGB Variations
Color information
#D00360 (or 0xD00360) is known color: Razzmatazz. HEX triplet: D0, 03 and 60. RGB value is (208,3,96). Sum of RGB (Red+Green+Blue) = 208+3+96=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D00360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00360 is #2FFC9F. Grayscale: #4A4A4A. Windows color (decimal): -3144864 or 6292432. OLE color: 6292432.
HSL color Cylindrical-coordinate representation of color #D00360: hue angle of 332.78º degrees, saturation: 0.97, 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 #D00360 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.18 |
| HSL | 332.78º | 0.97% | 0.41% | - |
| HSV(B) | 332.78º | 0.99% | 0.82% | - |
| XYZ | 28.16 | 14.32 | 12.35 | - |
| YUV | 74.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 96 | 0 | 0.99 | 0.54 | 0.18 | 332.78 | 0.97 | 0.41 |
| Hex | D0 | 3 | 60 | 0 | 63 | 36 | 12 | 14D | 61 | 29 |
| Octal | 320 | 3 | 140 | 0 | 143 | 66 | 22 | 515 | 141 | 51 |
| Binary | 11010000 | 11 | 1100000 | 0 | 1100011 | 110110 | 10010 | 101001101 | 1100001 | 101001 |
Color Harmonies of #D00360
Complementary color
Monochromatic Colors of #D00360
Black with #D00360
Text Example
Text Example
White with #D00360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00360; }
p { color: rgb(208,3,96); }
H1.HeaderClassName
{
color: #D00360;
}
.AnyTagClassName
{
color: #D00360;
}
</style>
background-color css
<style>
a { background-color: #D00360; }
a { background-color: rgb(208,3,96); }
div.DivClassName
{
background-color: #D00360;
}
.BgClassName
{
background-color: #D00360;
}
</style>
border-color css
<style>
span { border-color: #D00360; }
span { border-color: rgb(208,3,96); }
td.TdClassName
{
border-color: #D00360;
}
.TagClassName
{
border-color: #D00360;
}
</style>