Shades of Razzmatazz #D90355
Tints of Razzmatazz #D90355
RGB
CMYK
RGB Variations
Color information
#D90355 (or 0xD90355) is known color: Razzmatazz. HEX triplet: D9, 03 and 55. RGB value is (217,3,85). Sum of RGB (Red+Green+Blue) = 217+3+85=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D90355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90355 is #26FCAA. Grayscale: #4C4C4C. Windows color (decimal): -2555051 or 5571545. OLE color: 5571545.
HSL color Cylindrical-coordinate representation of color #D90355: hue angle of 337.01º degrees, saturation: 0.97, 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 #D90355 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 337.01º | 0.97% | 0.43% | - |
| HSV(B) | 337.01º | 0.99% | 0.85% | - |
| XYZ | 30.29 | 15.47 | 9.98 | - |
| YUV | 76.33 | 132.9 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 85 | 0 | 0.99 | 0.61 | 0.15 | 337.01 | 0.97 | 0.43 |
| Hex | D9 | 3 | 55 | 0 | 63 | 3D | F | 151 | 61 | 2B |
| Octal | 331 | 3 | 125 | 0 | 143 | 75 | 17 | 521 | 141 | 53 |
| Binary | 11011001 | 11 | 1010101 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D90355
Complementary color
Monochromatic Colors of #D90355
Black with #D90355
Text Example
Text Example
White with #D90355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90355; }
p { color: rgb(217,3,85); }
H1.HeaderClassName
{
color: #D90355;
}
.AnyTagClassName
{
color: #D90355;
}
</style>
background-color css
<style>
a { background-color: #D90355; }
a { background-color: rgb(217,3,85); }
div.DivClassName
{
background-color: #D90355;
}
.BgClassName
{
background-color: #D90355;
}
</style>
border-color css
<style>
span { border-color: #D90355; }
span { border-color: rgb(217,3,85); }
td.TdClassName
{
border-color: #D90355;
}
.TagClassName
{
border-color: #D90355;
}
</style>