Shades of Razzmatazz #D60362
Tints of Razzmatazz #D60362
RGB
CMYK
RGB Variations
Color information
#D60362 (or 0xD60362) is known color: Razzmatazz. HEX triplet: D6, 03 and 62. RGB value is (214,3,98). Sum of RGB (Red+Green+Blue) = 214+3+98=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D60362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60362 is #29FC9D. Grayscale: #4C4C4C. Windows color (decimal): -2751646 or 6423510. OLE color: 6423510.
HSL color Cylindrical-coordinate representation of color #D60362: hue angle of 332.99º 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 #D60362 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.16 |
| HSL | 332.99º | 0.97% | 0.43% | - |
| HSV(B) | 332.99º | 0.99% | 0.84% | - |
| XYZ | 29.97 | 15.24 | 12.92 | - |
| YUV | 76.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 98 | 0 | 0.99 | 0.54 | 0.16 | 332.99 | 0.97 | 0.43 |
| Hex | D6 | 3 | 62 | 0 | 63 | 36 | 10 | 14D | 61 | 2B |
| Octal | 326 | 3 | 142 | 0 | 143 | 66 | 20 | 515 | 141 | 53 |
| Binary | 11010110 | 11 | 1100010 | 0 | 1100011 | 110110 | 10000 | 101001101 | 1100001 | 101011 |
Color Harmonies of #D60362
Complementary color
Monochromatic Colors of #D60362
Black with #D60362
Text Example
Text Example
White with #D60362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60362; }
p { color: rgb(214,3,98); }
H1.HeaderClassName
{
color: #D60362;
}
.AnyTagClassName
{
color: #D60362;
}
</style>
background-color css
<style>
a { background-color: #D60362; }
a { background-color: rgb(214,3,98); }
div.DivClassName
{
background-color: #D60362;
}
.BgClassName
{
background-color: #D60362;
}
</style>
border-color css
<style>
span { border-color: #D60362; }
span { border-color: rgb(214,3,98); }
td.TdClassName
{
border-color: #D60362;
}
.TagClassName
{
border-color: #D60362;
}
</style>