Shades of Razzmatazz #D60950
Tints of Razzmatazz #D60950
RGB
CMYK
RGB Variations
Color information
#D60950 (or 0xD60950) is known color: Razzmatazz. HEX triplet: D6, 09 and 50. RGB value is (214,9,80). Sum of RGB (Red+Green+Blue) = 214+9+80=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D60950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60950 is #29F6AF. Grayscale: #4E4E4E. Windows color (decimal): -2750128 or 5245398. OLE color: 5245398.
HSL color Cylindrical-coordinate representation of color #D60950: hue angle of 339.22º 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 #D60950 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.16 |
| HSL | 339.22º | 0.92% | 0.44% | - |
| HSV(B) | 339.22º | 0.96% | 0.84% | - |
| XYZ | 29.28 | 15.07 | 8.96 | - |
| YUV | 78.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 80 | 0 | 0.96 | 0.63 | 0.16 | 339.22 | 0.92 | 0.44 |
| Hex | D6 | 9 | 50 | 0 | 60 | 3F | 10 | 153 | 5C | 2C |
| Octal | 326 | 11 | 120 | 0 | 140 | 77 | 20 | 523 | 134 | 54 |
| Binary | 11010110 | 1001 | 1010000 | 0 | 1100000 | 111111 | 10000 | 101010011 | 1011100 | 101100 |
Color Harmonies of #D60950
Complementary color
Monochromatic Colors of #D60950
Black with #D60950
Text Example
Text Example
White with #D60950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60950; }
p { color: rgb(214,9,80); }
H1.HeaderClassName
{
color: #D60950;
}
.AnyTagClassName
{
color: #D60950;
}
</style>
background-color css
<style>
a { background-color: #D60950; }
a { background-color: rgb(214,9,80); }
div.DivClassName
{
background-color: #D60950;
}
.BgClassName
{
background-color: #D60950;
}
</style>
border-color css
<style>
span { border-color: #D60950; }
span { border-color: rgb(214,9,80); }
td.TdClassName
{
border-color: #D60950;
}
.TagClassName
{
border-color: #D60950;
}
</style>