Shades of Razzmatazz #D60155
Tints of Razzmatazz #D60155
RGB
CMYK
RGB Variations
Color information
#D60155 (or 0xD60155) is known color: Razzmatazz. HEX triplet: D6, 01 and 55. RGB value is (214,1,85). Sum of RGB (Red+Green+Blue) = 214+1+85=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D60155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60155 is #29FEAA. Grayscale: #4A4A4A. Windows color (decimal): -2752171 or 5571030. OLE color: 5571030.
HSL color Cylindrical-coordinate representation of color #D60155: hue angle of 336.34º 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 #D60155 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.16 |
| HSL | 336.34º | 0.99% | 0.42% | - |
| HSV(B) | 336.34º | 1% | 0.84% | - |
| XYZ | 29.38 | 14.97 | 9.94 | - |
| YUV | 74.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 85 | 0 | 1.00 | 0.60 | 0.16 | 336.34 | 0.99 | 0.42 |
| Hex | D6 | 1 | 55 | 0 | 64 | 3C | 10 | 150 | 63 | 2A |
| Octal | 326 | 1 | 125 | 0 | 144 | 74 | 20 | 520 | 143 | 52 |
| Binary | 11010110 | 1 | 1010101 | 0 | 1100100 | 111100 | 10000 | 101010000 | 1100011 | 101010 |
Color Harmonies of #D60155
Complementary color
Monochromatic Colors of #D60155
Black with #D60155
Text Example
Text Example
White with #D60155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60155; }
p { color: rgb(214,1,85); }
H1.HeaderClassName
{
color: #D60155;
}
.AnyTagClassName
{
color: #D60155;
}
</style>
background-color css
<style>
a { background-color: #D60155; }
a { background-color: rgb(214,1,85); }
div.DivClassName
{
background-color: #D60155;
}
.BgClassName
{
background-color: #D60155;
}
</style>
border-color css
<style>
span { border-color: #D60155; }
span { border-color: rgb(214,1,85); }
td.TdClassName
{
border-color: #D60155;
}
.TagClassName
{
border-color: #D60155;
}
</style>