Shades of Razzmatazz #D90259
Tints of Razzmatazz #D90259
RGB
CMYK
RGB Variations
Color information
#D90259 (or 0xD90259) is known color: Razzmatazz. HEX triplet: D9, 02 and 59. RGB value is (217,2,89). Sum of RGB (Red+Green+Blue) = 217+2+89=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90259 is #26FDA6. Grayscale: #4C4C4C. Windows color (decimal): -2555303 or 5833433. OLE color: 5833433.
HSL color Cylindrical-coordinate representation of color #D90259: hue angle of 335.72º 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 #D90259 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.15 |
| HSL | 335.72º | 0.98% | 0.43% | - |
| HSV(B) | 335.72º | 0.99% | 0.85% | - |
| XYZ | 30.44 | 15.52 | 10.84 | - |
| YUV | 76.2 | 135.23 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 89 | 0 | 0.99 | 0.59 | 0.15 | 335.72 | 0.98 | 0.43 |
| Hex | D9 | 2 | 59 | 0 | 63 | 3B | F | 150 | 62 | 2B |
| Octal | 331 | 2 | 131 | 0 | 143 | 73 | 17 | 520 | 142 | 53 |
| Binary | 11011001 | 10 | 1011001 | 0 | 1100011 | 111011 | 1111 | 101010000 | 1100010 | 101011 |
Color Harmonies of #D90259
Complementary color
Monochromatic Colors of #D90259
Black with #D90259
Text Example
Text Example
White with #D90259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90259; }
p { color: rgb(217,2,89); }
H1.HeaderClassName
{
color: #D90259;
}
.AnyTagClassName
{
color: #D90259;
}
</style>
background-color css
<style>
a { background-color: #D90259; }
a { background-color: rgb(217,2,89); }
div.DivClassName
{
background-color: #D90259;
}
.BgClassName
{
background-color: #D90259;
}
</style>
border-color css
<style>
span { border-color: #D90259; }
span { border-color: rgb(217,2,89); }
td.TdClassName
{
border-color: #D90259;
}
.TagClassName
{
border-color: #D90259;
}
</style>