Shades of Razzmatazz #D60955
Tints of Razzmatazz #D60955
RGB
CMYK
RGB Variations
Color information
#D60955 (or 0xD60955) is known color: Razzmatazz. HEX triplet: D6, 09 and 55. RGB value is (214,9,85). Sum of RGB (Red+Green+Blue) = 214+9+85=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D60955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60955 is #29F6AA. Grayscale: #4E4E4E. Windows color (decimal): -2750123 or 5573078. OLE color: 5573078.
HSL color Cylindrical-coordinate representation of color #D60955: hue angle of 337.76º 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 #D60955 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.16 |
| HSL | 337.76º | 0.92% | 0.44% | - |
| HSV(B) | 337.76º | 0.96% | 0.84% | - |
| XYZ | 29.47 | 15.15 | 9.96 | - |
| YUV | 78.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 85 | 0 | 0.96 | 0.60 | 0.16 | 337.76 | 0.92 | 0.44 |
| Hex | D6 | 9 | 55 | 0 | 60 | 3C | 10 | 152 | 5C | 2C |
| Octal | 326 | 11 | 125 | 0 | 140 | 74 | 20 | 522 | 134 | 54 |
| Binary | 11010110 | 1001 | 1010101 | 0 | 1100000 | 111100 | 10000 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D60955
Complementary color
Monochromatic Colors of #D60955
Black with #D60955
Text Example
Text Example
White with #D60955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60955; }
p { color: rgb(214,9,85); }
H1.HeaderClassName
{
color: #D60955;
}
.AnyTagClassName
{
color: #D60955;
}
</style>
background-color css
<style>
a { background-color: #D60955; }
a { background-color: rgb(214,9,85); }
div.DivClassName
{
background-color: #D60955;
}
.BgClassName
{
background-color: #D60955;
}
</style>
border-color css
<style>
span { border-color: #D60955; }
span { border-color: rgb(214,9,85); }
td.TdClassName
{
border-color: #D60955;
}
.TagClassName
{
border-color: #D60955;
}
</style>