Shades of Razzmatazz #D90069
Tints of Razzmatazz #D90069
RGB
CMYK
RGB Variations
Color information
#D90069 (or 0xD90069) is known color: Razzmatazz. HEX triplet: D9, 00 and 69. RGB value is (217,0,105). Sum of RGB (Red+Green+Blue) = 217+0+105=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90069 is #26FF96. Grayscale: #4C4C4C. Windows color (decimal): -2555799 or 6881497. OLE color: 6881497.
HSL color Cylindrical-coordinate representation of color #D90069: hue angle of 330.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90069 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.52 | 0.15 |
| HSL | 330.97º | 1% | 0.43% | - |
| HSV(B) | 330.97º | 1% | 0.85% | - |
| XYZ | 31.17 | 15.77 | 14.77 | - |
| YUV | 76.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 105 | 0 | 1 | 0.52 | 0.15 | 330.97 | 1 | 0.43 |
| Hex | D9 | 0 | 69 | 0 | 64 | 34 | F | 14B | 64 | 2B |
| Octal | 331 | 0 | 151 | 0 | 144 | 64 | 17 | 513 | 144 | 53 |
| Binary | 11011001 | 0 | 1101001 | 0 | 1100100 | 110100 | 1111 | 101001011 | 1100100 | 101011 |
Color Harmonies of #D90069
Complementary color
Monochromatic Colors of #D90069
Black with #D90069
Text Example
Text Example
White with #D90069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90069; }
p { color: rgb(217,0,105); }
H1.HeaderClassName
{
color: #D90069;
}
.AnyTagClassName
{
color: #D90069;
}
</style>
background-color css
<style>
a { background-color: #D90069; }
a { background-color: rgb(217,0,105); }
div.DivClassName
{
background-color: #D90069;
}
.BgClassName
{
background-color: #D90069;
}
</style>
border-color css
<style>
span { border-color: #D90069; }
span { border-color: rgb(217,0,105); }
td.TdClassName
{
border-color: #D90069;
}
.TagClassName
{
border-color: #D90069;
}
</style>