Shades of Razzmatazz #D60262
Tints of Razzmatazz #D60262
RGB
CMYK
RGB Variations
Color information
#D60262 (or 0xD60262) is known color: Razzmatazz. HEX triplet: D6, 02 and 62. RGB value is (214,2,98). Sum of RGB (Red+Green+Blue) = 214+2+98=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D60262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60262 is #29FD9D. Grayscale: #4C4C4C. Windows color (decimal): -2751902 or 6423254. OLE color: 6423254.
HSL color Cylindrical-coordinate representation of color #D60262: hue angle of 332.83º 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 #D60262 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.16 |
| HSL | 332.83º | 0.98% | 0.42% | - |
| HSV(B) | 332.83º | 0.99% | 0.84% | - |
| XYZ | 29.96 | 15.22 | 12.91 | - |
| YUV | 76.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 98 | 0 | 0.99 | 0.54 | 0.16 | 332.83 | 0.98 | 0.42 |
| Hex | D6 | 2 | 62 | 0 | 63 | 36 | 10 | 14D | 62 | 2A |
| Octal | 326 | 2 | 142 | 0 | 143 | 66 | 20 | 515 | 142 | 52 |
| Binary | 11010110 | 10 | 1100010 | 0 | 1100011 | 110110 | 10000 | 101001101 | 1100010 | 101010 |
Color Harmonies of #D60262
Complementary color
Monochromatic Colors of #D60262
Black with #D60262
Text Example
Text Example
White with #D60262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60262; }
p { color: rgb(214,2,98); }
H1.HeaderClassName
{
color: #D60262;
}
.AnyTagClassName
{
color: #D60262;
}
</style>
background-color css
<style>
a { background-color: #D60262; }
a { background-color: rgb(214,2,98); }
div.DivClassName
{
background-color: #D60262;
}
.BgClassName
{
background-color: #D60262;
}
</style>
border-color css
<style>
span { border-color: #D60262; }
span { border-color: rgb(214,2,98); }
td.TdClassName
{
border-color: #D60262;
}
.TagClassName
{
border-color: #D60262;
}
</style>