Shades of Razzmatazz #D10655
Tints of Razzmatazz #D10655
RGB
CMYK
RGB Variations
Color information
#D10655 (or 0xD10655) is known color: Razzmatazz. HEX triplet: D1, 06 and 55. RGB value is (209,6,85). Sum of RGB (Red+Green+Blue) = 209+6+85=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D10655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10655 is #2EF9AA. Grayscale: #4B4B4B. Windows color (decimal): -3078571 or 5572305. OLE color: 5572305.
HSL color Cylindrical-coordinate representation of color #D10655: hue angle of 336.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10655 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.18 |
| HSL | 336.65º | 0.94% | 0.42% | - |
| HSV(B) | 336.65º | 0.97% | 0.82% | - |
| XYZ | 28 | 14.34 | 9.89 | - |
| YUV | 75.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 85 | 0 | 0.97 | 0.59 | 0.18 | 336.65 | 0.94 | 0.42 |
| Hex | D1 | 6 | 55 | 0 | 61 | 3B | 12 | 151 | 5E | 2A |
| Octal | 321 | 6 | 125 | 0 | 141 | 73 | 22 | 521 | 136 | 52 |
| Binary | 11010001 | 110 | 1010101 | 0 | 1100001 | 111011 | 10010 | 101010001 | 1011110 | 101010 |
Color Harmonies of #D10655
Complementary color
Monochromatic Colors of #D10655
Black with #D10655
Text Example
Text Example
White with #D10655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10655; }
p { color: rgb(209,6,85); }
H1.HeaderClassName
{
color: #D10655;
}
.AnyTagClassName
{
color: #D10655;
}
</style>
background-color css
<style>
a { background-color: #D10655; }
a { background-color: rgb(209,6,85); }
div.DivClassName
{
background-color: #D10655;
}
.BgClassName
{
background-color: #D10655;
}
</style>
border-color css
<style>
span { border-color: #D10655; }
span { border-color: rgb(209,6,85); }
td.TdClassName
{
border-color: #D10655;
}
.TagClassName
{
border-color: #D10655;
}
</style>