Shades of Razzmatazz #D10451
Tints of Razzmatazz #D10451
RGB
CMYK
RGB Variations
Color information
#D10451 (or 0xD10451) is known color: Razzmatazz. HEX triplet: D1, 04 and 51. RGB value is (209,4,81). Sum of RGB (Red+Green+Blue) = 209+4+81=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D10451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10451 is #2EFBAE. Grayscale: #494949. Windows color (decimal): -3079087 or 5309649. OLE color: 5309649.
HSL color Cylindrical-coordinate representation of color #D10451: hue angle of 337.46º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10451 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.18 |
| HSL | 337.46º | 0.96% | 0.42% | - |
| HSV(B) | 337.46º | 0.98% | 0.82% | - |
| XYZ | 27.82 | 14.24 | 9.07 | - |
| YUV | 74.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 81 | 0 | 0.98 | 0.61 | 0.18 | 337.46 | 0.96 | 0.42 |
| Hex | D1 | 4 | 51 | 0 | 62 | 3D | 12 | 151 | 60 | 2A |
| Octal | 321 | 4 | 121 | 0 | 142 | 75 | 22 | 521 | 140 | 52 |
| Binary | 11010001 | 100 | 1010001 | 0 | 1100010 | 111101 | 10010 | 101010001 | 1100000 | 101010 |
Color Harmonies of #D10451
Complementary color
Monochromatic Colors of #D10451
Black with #D10451
Text Example
Text Example
White with #D10451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10451; }
p { color: rgb(209,4,81); }
H1.HeaderClassName
{
color: #D10451;
}
.AnyTagClassName
{
color: #D10451;
}
</style>
background-color css
<style>
a { background-color: #D10451; }
a { background-color: rgb(209,4,81); }
div.DivClassName
{
background-color: #D10451;
}
.BgClassName
{
background-color: #D10451;
}
</style>
border-color css
<style>
span { border-color: #D10451; }
span { border-color: rgb(209,4,81); }
td.TdClassName
{
border-color: #D10451;
}
.TagClassName
{
border-color: #D10451;
}
</style>