Shades of Razzmatazz #D60360
Tints of Razzmatazz #D60360
RGB
CMYK
RGB Variations
Color information
#D60360 (or 0xD60360) is known color: Razzmatazz. HEX triplet: D6, 03 and 60. RGB value is (214,3,96). Sum of RGB (Red+Green+Blue) = 214+3+96=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D60360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60360 is #29FC9F. Grayscale: #4C4C4C. Windows color (decimal): -2751648 or 6292438. OLE color: 6292438.
HSL color Cylindrical-coordinate representation of color #D60360: hue angle of 333.55º 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 #D60360 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.16 |
| HSL | 333.55º | 0.97% | 0.43% | - |
| HSV(B) | 333.55º | 0.99% | 0.84% | - |
| XYZ | 29.88 | 15.21 | 12.43 | - |
| YUV | 76.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 96 | 0 | 0.99 | 0.55 | 0.16 | 333.55 | 0.97 | 0.43 |
| Hex | D6 | 3 | 60 | 0 | 63 | 37 | 10 | 14E | 61 | 2B |
| Octal | 326 | 3 | 140 | 0 | 143 | 67 | 20 | 516 | 141 | 53 |
| Binary | 11010110 | 11 | 1100000 | 0 | 1100011 | 110111 | 10000 | 101001110 | 1100001 | 101011 |
Color Harmonies of #D60360
Complementary color
Monochromatic Colors of #D60360
Black with #D60360
Text Example
Text Example
White with #D60360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60360; }
p { color: rgb(214,3,96); }
H1.HeaderClassName
{
color: #D60360;
}
.AnyTagClassName
{
color: #D60360;
}
</style>
background-color css
<style>
a { background-color: #D60360; }
a { background-color: rgb(214,3,96); }
div.DivClassName
{
background-color: #D60360;
}
.BgClassName
{
background-color: #D60360;
}
</style>
border-color css
<style>
span { border-color: #D60360; }
span { border-color: rgb(214,3,96); }
td.TdClassName
{
border-color: #D60360;
}
.TagClassName
{
border-color: #D60360;
}
</style>