Shades of Razzmatazz #D90366
Tints of Razzmatazz #D90366
RGB
CMYK
RGB Variations
Color information
#D90366 (or 0xD90366) is known color: Razzmatazz. HEX triplet: D9, 03 and 66. RGB value is (217,3,102). Sum of RGB (Red+Green+Blue) = 217+3+102=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90366 is #26FC99. Grayscale: #4E4E4E. Windows color (decimal): -2555034 or 6685657. OLE color: 6685657.
HSL color Cylindrical-coordinate representation of color #D90366: hue angle of 332.24º 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 #D90366 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 332.24º | 0.97% | 0.43% | - |
| HSV(B) | 332.24º | 0.99% | 0.85% | - |
| XYZ | 31.05 | 15.78 | 13.98 | - |
| YUV | 78.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 102 | 0 | 0.99 | 0.53 | 0.15 | 332.24 | 0.97 | 0.43 |
| Hex | D9 | 3 | 66 | 0 | 63 | 35 | F | 14C | 61 | 2B |
| Octal | 331 | 3 | 146 | 0 | 143 | 65 | 17 | 514 | 141 | 53 |
| Binary | 11011001 | 11 | 1100110 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D90366
Complementary color
Monochromatic Colors of #D90366
Black with #D90366
Text Example
Text Example
White with #D90366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90366; }
p { color: rgb(217,3,102); }
H1.HeaderClassName
{
color: #D90366;
}
.AnyTagClassName
{
color: #D90366;
}
</style>
background-color css
<style>
a { background-color: #D90366; }
a { background-color: rgb(217,3,102); }
div.DivClassName
{
background-color: #D90366;
}
.BgClassName
{
background-color: #D90366;
}
</style>
border-color css
<style>
span { border-color: #D90366; }
span { border-color: rgb(217,3,102); }
td.TdClassName
{
border-color: #D90366;
}
.TagClassName
{
border-color: #D90366;
}
</style>