Shades of Razzmatazz #D60954
Tints of Razzmatazz #D60954
RGB
CMYK
RGB Variations
Color information
#D60954 (or 0xD60954) is known color: Razzmatazz. HEX triplet: D6, 09 and 54. RGB value is (214,9,84). Sum of RGB (Red+Green+Blue) = 214+9+84=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D60954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60954 is #29F6AB. Grayscale: #4E4E4E. Windows color (decimal): -2750124 or 5507542. OLE color: 5507542.
HSL color Cylindrical-coordinate representation of color #D60954: hue angle of 338.05º 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 #D60954 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.16 |
| HSL | 338.05º | 0.92% | 0.44% | - |
| HSV(B) | 338.05º | 0.96% | 0.84% | - |
| XYZ | 29.43 | 15.13 | 9.76 | - |
| YUV | 78.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 84 | 0 | 0.96 | 0.61 | 0.16 | 338.05 | 0.92 | 0.44 |
| Hex | D6 | 9 | 54 | 0 | 60 | 3D | 10 | 152 | 5C | 2C |
| Octal | 326 | 11 | 124 | 0 | 140 | 75 | 20 | 522 | 134 | 54 |
| Binary | 11010110 | 1001 | 1010100 | 0 | 1100000 | 111101 | 10000 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D60954
Complementary color
Monochromatic Colors of #D60954
Black with #D60954
Text Example
Text Example
White with #D60954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60954; }
p { color: rgb(214,9,84); }
H1.HeaderClassName
{
color: #D60954;
}
.AnyTagClassName
{
color: #D60954;
}
</style>
background-color css
<style>
a { background-color: #D60954; }
a { background-color: rgb(214,9,84); }
div.DivClassName
{
background-color: #D60954;
}
.BgClassName
{
background-color: #D60954;
}
</style>
border-color css
<style>
span { border-color: #D60954; }
span { border-color: rgb(214,9,84); }
td.TdClassName
{
border-color: #D60954;
}
.TagClassName
{
border-color: #D60954;
}
</style>