Shades of Razzmatazz #D60260
Tints of Razzmatazz #D60260
RGB
CMYK
RGB Variations
Color information
#D60260 (or 0xD60260) is known color: Razzmatazz. HEX triplet: D6, 02 and 60. RGB value is (214,2,96). Sum of RGB (Red+Green+Blue) = 214+2+96=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D60260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60260 is #29FD9F. Grayscale: #4B4B4B. Windows color (decimal): -2751904 or 6292182. OLE color: 6292182.
HSL color Cylindrical-coordinate representation of color #D60260: hue angle of 333.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60260 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.16 |
| HSL | 333.4º | 0.98% | 0.42% | - |
| HSV(B) | 333.4º | 0.99% | 0.84% | - |
| XYZ | 29.86 | 15.18 | 12.42 | - |
| YUV | 76.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 96 | 0 | 0.99 | 0.55 | 0.16 | 333.4 | 0.98 | 0.42 |
| Hex | D6 | 2 | 60 | 0 | 63 | 37 | 10 | 14D | 62 | 2A |
| Octal | 326 | 2 | 140 | 0 | 143 | 67 | 20 | 515 | 142 | 52 |
| Binary | 11010110 | 10 | 1100000 | 0 | 1100011 | 110111 | 10000 | 101001101 | 1100010 | 101010 |
Color Harmonies of #D60260
Complementary color
Monochromatic Colors of #D60260
Black with #D60260
Text Example
Text Example
White with #D60260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60260; }
p { color: rgb(214,2,96); }
H1.HeaderClassName
{
color: #D60260;
}
.AnyTagClassName
{
color: #D60260;
}
</style>
background-color css
<style>
a { background-color: #D60260; }
a { background-color: rgb(214,2,96); }
div.DivClassName
{
background-color: #D60260;
}
.BgClassName
{
background-color: #D60260;
}
</style>
border-color css
<style>
span { border-color: #D60260; }
span { border-color: rgb(214,2,96); }
td.TdClassName
{
border-color: #D60260;
}
.TagClassName
{
border-color: #D60260;
}
</style>