Shades of Razzmatazz #D60355
Tints of Razzmatazz #D60355
RGB
CMYK
RGB Variations
Color information
#D60355 (or 0xD60355) is known color: Razzmatazz. HEX triplet: D6, 03 and 55. RGB value is (214,3,85). Sum of RGB (Red+Green+Blue) = 214+3+85=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D60355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60355 is #29FCAA. Grayscale: #4B4B4B. Windows color (decimal): -2751659 or 5571542. OLE color: 5571542.
HSL color Cylindrical-coordinate representation of color #D60355: hue angle of 336.68º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60355 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.16 |
| HSL | 336.68º | 0.97% | 0.43% | - |
| HSV(B) | 336.68º | 0.99% | 0.84% | - |
| XYZ | 29.4 | 15.02 | 9.94 | - |
| YUV | 75.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 85 | 0 | 0.99 | 0.60 | 0.16 | 336.68 | 0.97 | 0.43 |
| Hex | D6 | 3 | 55 | 0 | 63 | 3C | 10 | 151 | 61 | 2B |
| Octal | 326 | 3 | 125 | 0 | 143 | 74 | 20 | 521 | 141 | 53 |
| Binary | 11010110 | 11 | 1010101 | 0 | 1100011 | 111100 | 10000 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D60355
Complementary color
Monochromatic Colors of #D60355
Black with #D60355
Text Example
Text Example
White with #D60355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60355; }
p { color: rgb(214,3,85); }
H1.HeaderClassName
{
color: #D60355;
}
.AnyTagClassName
{
color: #D60355;
}
</style>
background-color css
<style>
a { background-color: #D60355; }
a { background-color: rgb(214,3,85); }
div.DivClassName
{
background-color: #D60355;
}
.BgClassName
{
background-color: #D60355;
}
</style>
border-color css
<style>
span { border-color: #D60355; }
span { border-color: rgb(214,3,85); }
td.TdClassName
{
border-color: #D60355;
}
.TagClassName
{
border-color: #D60355;
}
</style>