Shades of Razzmatazz #D60C52
Tints of Razzmatazz #D60C52
RGB
CMYK
RGB Variations
Color information
#D60C52 (or 0xD60C52) is known color: Razzmatazz. HEX triplet: D6, 0C and 52. RGB value is (214,12,82). Sum of RGB (Red+Green+Blue) = 214+12+82=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C52 is #29F3AD. Grayscale: #505050. Windows color (decimal): -2749358 or 5377238. OLE color: 5377238.
HSL color Cylindrical-coordinate representation of color #D60C52: hue angle of 339.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C52 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 82 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.16 |
| HSL | 339.21º | 0.89% | 0.44% | - |
| HSV(B) | 339.21º | 0.94% | 0.84% | - |
| XYZ | 29.39 | 15.17 | 9.36 | - |
| YUV | 80.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 82 | 0 | 0.94 | 0.62 | 0.16 | 339.21 | 0.89 | 0.44 |
| Hex | D6 | C | 52 | 0 | 5E | 3E | 10 | 153 | 59 | 2C |
| Octal | 326 | 14 | 122 | 0 | 136 | 76 | 20 | 523 | 131 | 54 |
| Binary | 11010110 | 1100 | 1010010 | 0 | 1011110 | 111110 | 10000 | 101010011 | 1011001 | 101100 |
Color Harmonies of #D60C52
Complementary color
Monochromatic Colors of #D60C52
Black with #D60C52
Text Example
Text Example
White with #D60C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C52; }
p { color: rgb(214,12,82); }
H1.HeaderClassName
{
color: #D60C52;
}
.AnyTagClassName
{
color: #D60C52;
}
</style>
background-color css
<style>
a { background-color: #D60C52; }
a { background-color: rgb(214,12,82); }
div.DivClassName
{
background-color: #D60C52;
}
.BgClassName
{
background-color: #D60C52;
}
</style>
border-color css
<style>
span { border-color: #D60C52; }
span { border-color: rgb(214,12,82); }
td.TdClassName
{
border-color: #D60C52;
}
.TagClassName
{
border-color: #D60C52;
}
</style>