Shades of Razzmatazz #D60952
Tints of Razzmatazz #D60952
RGB
CMYK
RGB Variations
Color information
#D60952 (or 0xD60952) is known color: Razzmatazz. HEX triplet: D6, 09 and 52. RGB value is (214,9,82). Sum of RGB (Red+Green+Blue) = 214+9+82=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60952 is #29F6AD. Grayscale: #4E4E4E. Windows color (decimal): -2750126 or 5376470. OLE color: 5376470.
HSL color Cylindrical-coordinate representation of color #D60952: hue angle of 338.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60952 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.16 |
| HSL | 338.63º | 0.92% | 0.44% | - |
| HSV(B) | 338.63º | 0.96% | 0.84% | - |
| XYZ | 29.35 | 15.1 | 9.35 | - |
| YUV | 78.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 82 | 0 | 0.96 | 0.62 | 0.16 | 338.63 | 0.92 | 0.44 |
| Hex | D6 | 9 | 52 | 0 | 60 | 3E | 10 | 153 | 5C | 2C |
| Octal | 326 | 11 | 122 | 0 | 140 | 76 | 20 | 523 | 134 | 54 |
| Binary | 11010110 | 1001 | 1010010 | 0 | 1100000 | 111110 | 10000 | 101010011 | 1011100 | 101100 |
Color Harmonies of #D60952
Complementary color
Monochromatic Colors of #D60952
Black with #D60952
Text Example
Text Example
White with #D60952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60952; }
p { color: rgb(214,9,82); }
H1.HeaderClassName
{
color: #D60952;
}
.AnyTagClassName
{
color: #D60952;
}
</style>
background-color css
<style>
a { background-color: #D60952; }
a { background-color: rgb(214,9,82); }
div.DivClassName
{
background-color: #D60952;
}
.BgClassName
{
background-color: #D60952;
}
</style>
border-color css
<style>
span { border-color: #D60952; }
span { border-color: rgb(214,9,82); }
td.TdClassName
{
border-color: #D60952;
}
.TagClassName
{
border-color: #D60952;
}
</style>