Shades of Razzmatazz #D90566
Tints of Razzmatazz #D90566
RGB
CMYK
RGB Variations
Color information
#D90566 (or 0xD90566) is known color: Razzmatazz. HEX triplet: D9, 05 and 66. RGB value is (217,5,102). Sum of RGB (Red+Green+Blue) = 217+5+102=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D90566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90566 is #26FA99. Grayscale: #4F4F4F. Windows color (decimal): -2554522 or 6686169. OLE color: 6686169.
HSL color Cylindrical-coordinate representation of color #D90566: hue angle of 332.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90566 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.15 |
| HSL | 332.55º | 0.95% | 0.44% | - |
| HSV(B) | 332.55º | 0.98% | 0.85% | - |
| XYZ | 31.07 | 15.82 | 13.99 | - |
| YUV | 79.45 | 140.74 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 102 | 0 | 0.98 | 0.53 | 0.15 | 332.55 | 0.95 | 0.44 |
| Hex | D9 | 5 | 66 | 0 | 62 | 35 | F | 14D | 5F | 2C |
| Octal | 331 | 5 | 146 | 0 | 142 | 65 | 17 | 515 | 137 | 54 |
| Binary | 11011001 | 101 | 1100110 | 0 | 1100010 | 110101 | 1111 | 101001101 | 1011111 | 101100 |
Color Harmonies of #D90566
Complementary color
Monochromatic Colors of #D90566
Black with #D90566
Text Example
Text Example
White with #D90566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90566; }
p { color: rgb(217,5,102); }
H1.HeaderClassName
{
color: #D90566;
}
.AnyTagClassName
{
color: #D90566;
}
</style>
background-color css
<style>
a { background-color: #D90566; }
a { background-color: rgb(217,5,102); }
div.DivClassName
{
background-color: #D90566;
}
.BgClassName
{
background-color: #D90566;
}
</style>
border-color css
<style>
span { border-color: #D90566; }
span { border-color: rgb(217,5,102); }
td.TdClassName
{
border-color: #D90566;
}
.TagClassName
{
border-color: #D90566;
}
</style>