Shades of Razzmatazz #D90251
Tints of Razzmatazz #D90251
RGB
CMYK
RGB Variations
Color information
#D90251 (or 0xD90251) is known color: Razzmatazz. HEX triplet: D9, 02 and 51. RGB value is (217,2,81). Sum of RGB (Red+Green+Blue) = 217+2+81=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D90251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90251 is #26FDAE. Grayscale: #4B4B4B. Windows color (decimal): -2555311 or 5309145. OLE color: 5309145.
HSL color Cylindrical-coordinate representation of color #D90251: hue angle of 337.95º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90251 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 337.95º | 0.98% | 0.43% | - |
| HSV(B) | 337.95º | 0.99% | 0.85% | - |
| XYZ | 30.12 | 15.39 | 9.17 | - |
| YUV | 75.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 81 | 0 | 0.99 | 0.63 | 0.15 | 337.95 | 0.98 | 0.43 |
| Hex | D9 | 2 | 51 | 0 | 63 | 3F | F | 152 | 62 | 2B |
| Octal | 331 | 2 | 121 | 0 | 143 | 77 | 17 | 522 | 142 | 53 |
| Binary | 11011001 | 10 | 1010001 | 0 | 1100011 | 111111 | 1111 | 101010010 | 1100010 | 101011 |
Color Harmonies of #D90251
Complementary color
Monochromatic Colors of #D90251
Black with #D90251
Text Example
Text Example
White with #D90251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90251; }
p { color: rgb(217,2,81); }
H1.HeaderClassName
{
color: #D90251;
}
.AnyTagClassName
{
color: #D90251;
}
</style>
background-color css
<style>
a { background-color: #D90251; }
a { background-color: rgb(217,2,81); }
div.DivClassName
{
background-color: #D90251;
}
.BgClassName
{
background-color: #D90251;
}
</style>
border-color css
<style>
span { border-color: #D90251; }
span { border-color: rgb(217,2,81); }
td.TdClassName
{
border-color: #D90251;
}
.TagClassName
{
border-color: #D90251;
}
</style>