Shades of Razzmatazz #D60352
Tints of Razzmatazz #D60352
RGB
CMYK
RGB Variations
Color information
#D60352 (or 0xD60352) is known color: Razzmatazz. HEX triplet: D6, 03 and 52. RGB value is (214,3,82). Sum of RGB (Red+Green+Blue) = 214+3+82=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D60352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60352 is #29FCAD. Grayscale: #4A4A4A. Windows color (decimal): -2751662 or 5374934. OLE color: 5374934.
HSL color Cylindrical-coordinate representation of color #D60352: hue angle of 337.54º 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 #D60352 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.16 |
| HSL | 337.54º | 0.97% | 0.43% | - |
| HSV(B) | 337.54º | 0.99% | 0.84% | - |
| XYZ | 29.29 | 14.97 | 9.33 | - |
| YUV | 75.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 82 | 0 | 0.99 | 0.62 | 0.16 | 337.54 | 0.97 | 0.43 |
| Hex | D6 | 3 | 52 | 0 | 63 | 3E | 10 | 152 | 61 | 2B |
| Octal | 326 | 3 | 122 | 0 | 143 | 76 | 20 | 522 | 141 | 53 |
| Binary | 11010110 | 11 | 1010010 | 0 | 1100011 | 111110 | 10000 | 101010010 | 1100001 | 101011 |
Color Harmonies of #D60352
Complementary color
Monochromatic Colors of #D60352
Black with #D60352
Text Example
Text Example
White with #D60352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60352; }
p { color: rgb(214,3,82); }
H1.HeaderClassName
{
color: #D60352;
}
.AnyTagClassName
{
color: #D60352;
}
</style>
background-color css
<style>
a { background-color: #D60352; }
a { background-color: rgb(214,3,82); }
div.DivClassName
{
background-color: #D60352;
}
.BgClassName
{
background-color: #D60352;
}
</style>
border-color css
<style>
span { border-color: #D60352; }
span { border-color: rgb(214,3,82); }
td.TdClassName
{
border-color: #D60352;
}
.TagClassName
{
border-color: #D60352;
}
</style>