Shades of Razzmatazz #D70855
Tints of Razzmatazz #D70855
RGB
CMYK
RGB Variations
Color information
#D70855 (or 0xD70855) is known color: Razzmatazz. HEX triplet: D7, 08 and 55. RGB value is (215,8,85). Sum of RGB (Red+Green+Blue) = 215+8+85=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D70855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70855 is #28F7AA. Grayscale: #4E4E4E. Windows color (decimal): -2684843 or 5572823. OLE color: 5572823.
HSL color Cylindrical-coordinate representation of color #D70855: hue angle of 337.68º degrees, saturation: 0.93, 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 #D70855 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.16 |
| HSL | 337.68º | 0.93% | 0.44% | - |
| HSV(B) | 337.68º | 0.96% | 0.84% | - |
| XYZ | 29.75 | 15.28 | 9.97 | - |
| YUV | 78.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 85 | 0 | 0.96 | 0.60 | 0.16 | 337.68 | 0.93 | 0.44 |
| Hex | D7 | 8 | 55 | 0 | 60 | 3C | 10 | 152 | 5D | 2C |
| Octal | 327 | 10 | 125 | 0 | 140 | 74 | 20 | 522 | 135 | 54 |
| Binary | 11010111 | 1000 | 1010101 | 0 | 1100000 | 111100 | 10000 | 101010010 | 1011101 | 101100 |
Color Harmonies of #D70855
Complementary color
Monochromatic Colors of #D70855
Black with #D70855
Text Example
Text Example
White with #D70855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70855; }
p { color: rgb(215,8,85); }
H1.HeaderClassName
{
color: #D70855;
}
.AnyTagClassName
{
color: #D70855;
}
</style>
background-color css
<style>
a { background-color: #D70855; }
a { background-color: rgb(215,8,85); }
div.DivClassName
{
background-color: #D70855;
}
.BgClassName
{
background-color: #D70855;
}
</style>
border-color css
<style>
span { border-color: #D70855; }
span { border-color: rgb(215,8,85); }
td.TdClassName
{
border-color: #D70855;
}
.TagClassName
{
border-color: #D70855;
}
</style>