Shades of Razzmatazz #D60161
Tints of Razzmatazz #D60161
RGB
CMYK
RGB Variations
Color information
#D60161 (or 0xD60161) is known color: Razzmatazz. HEX triplet: D6, 01 and 61. RGB value is (214,1,97). Sum of RGB (Red+Green+Blue) = 214+1+97=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D60161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60161 is #29FE9E. Grayscale: #4B4B4B. Windows color (decimal): -2752159 or 6357462. OLE color: 6357462.
HSL color Cylindrical-coordinate representation of color #D60161: hue angle of 332.96º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60161 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.16 |
| HSL | 332.96º | 0.99% | 0.42% | - |
| HSV(B) | 332.96º | 1% | 0.84% | - |
| XYZ | 29.9 | 15.18 | 12.66 | - |
| YUV | 75.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 97 | 0 | 1.00 | 0.55 | 0.16 | 332.96 | 0.99 | 0.42 |
| Hex | D6 | 1 | 61 | 0 | 64 | 37 | 10 | 14D | 63 | 2A |
| Octal | 326 | 1 | 141 | 0 | 144 | 67 | 20 | 515 | 143 | 52 |
| Binary | 11010110 | 1 | 1100001 | 0 | 1100100 | 110111 | 10000 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D60161
Complementary color
Monochromatic Colors of #D60161
Black with #D60161
Text Example
Text Example
White with #D60161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60161; }
p { color: rgb(214,1,97); }
H1.HeaderClassName
{
color: #D60161;
}
.AnyTagClassName
{
color: #D60161;
}
</style>
background-color css
<style>
a { background-color: #D60161; }
a { background-color: rgb(214,1,97); }
div.DivClassName
{
background-color: #D60161;
}
.BgClassName
{
background-color: #D60161;
}
</style>
border-color css
<style>
span { border-color: #D60161; }
span { border-color: rgb(214,1,97); }
td.TdClassName
{
border-color: #D60161;
}
.TagClassName
{
border-color: #D60161;
}
</style>