Shades of Razzmatazz #D90261
Tints of Razzmatazz #D90261
RGB
CMYK
RGB Variations
Color information
#D90261 (or 0xD90261) is known color: Razzmatazz. HEX triplet: D9, 02 and 61. RGB value is (217,2,97). Sum of RGB (Red+Green+Blue) = 217+2+97=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D90261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90261 is #26FD9E. Grayscale: #4C4C4C. Windows color (decimal): -2555295 or 6357721. OLE color: 6357721.
HSL color Cylindrical-coordinate representation of color #D90261: hue angle of 333.49º 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 #D90261 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.15 |
| HSL | 333.49º | 0.98% | 0.43% | - |
| HSV(B) | 333.49º | 0.99% | 0.85% | - |
| XYZ | 30.79 | 15.66 | 12.71 | - |
| YUV | 77.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 97 | 0 | 0.99 | 0.55 | 0.15 | 333.49 | 0.98 | 0.43 |
| Hex | D9 | 2 | 61 | 0 | 63 | 37 | F | 14D | 62 | 2B |
| Octal | 331 | 2 | 141 | 0 | 143 | 67 | 17 | 515 | 142 | 53 |
| Binary | 11011001 | 10 | 1100001 | 0 | 1100011 | 110111 | 1111 | 101001101 | 1100010 | 101011 |
Color Harmonies of #D90261
Complementary color
Monochromatic Colors of #D90261
Black with #D90261
Text Example
Text Example
White with #D90261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90261; }
p { color: rgb(217,2,97); }
H1.HeaderClassName
{
color: #D90261;
}
.AnyTagClassName
{
color: #D90261;
}
</style>
background-color css
<style>
a { background-color: #D90261; }
a { background-color: rgb(217,2,97); }
div.DivClassName
{
background-color: #D90261;
}
.BgClassName
{
background-color: #D90261;
}
</style>
border-color css
<style>
span { border-color: #D90261; }
span { border-color: rgb(217,2,97); }
td.TdClassName
{
border-color: #D90261;
}
.TagClassName
{
border-color: #D90261;
}
</style>