Shades of Razzmatazz #D10358
Tints of Razzmatazz #D10358
RGB
CMYK
RGB Variations
Color information
#D10358 (or 0xD10358) is known color: Razzmatazz. HEX triplet: D1, 03 and 58. RGB value is (209,3,88). Sum of RGB (Red+Green+Blue) = 209+3+88=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D10358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10358 is #2EFCA7. Grayscale: #4A4A4A. Windows color (decimal): -3079336 or 5768145. OLE color: 5768145.
HSL color Cylindrical-coordinate representation of color #D10358: hue angle of 335.24º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10358 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.18 |
| HSL | 335.24º | 0.97% | 0.42% | - |
| HSV(B) | 335.24º | 0.99% | 0.82% | - |
| XYZ | 28.09 | 14.33 | 10.52 | - |
| YUV | 74.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 88 | 0 | 0.99 | 0.58 | 0.18 | 335.24 | 0.97 | 0.42 |
| Hex | D1 | 3 | 58 | 0 | 63 | 3A | 12 | 14F | 61 | 2A |
| Octal | 321 | 3 | 130 | 0 | 143 | 72 | 22 | 517 | 141 | 52 |
| Binary | 11010001 | 11 | 1011000 | 0 | 1100011 | 111010 | 10010 | 101001111 | 1100001 | 101010 |
Color Harmonies of #D10358
Complementary color
Monochromatic Colors of #D10358
Black with #D10358
Text Example
Text Example
White with #D10358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10358; }
p { color: rgb(209,3,88); }
H1.HeaderClassName
{
color: #D10358;
}
.AnyTagClassName
{
color: #D10358;
}
</style>
background-color css
<style>
a { background-color: #D10358; }
a { background-color: rgb(209,3,88); }
div.DivClassName
{
background-color: #D10358;
}
.BgClassName
{
background-color: #D10358;
}
</style>
border-color css
<style>
span { border-color: #D10358; }
span { border-color: rgb(209,3,88); }
td.TdClassName
{
border-color: #D10358;
}
.TagClassName
{
border-color: #D10358;
}
</style>