Shades of Razzmatazz #D90268
Tints of Razzmatazz #D90268
RGB
CMYK
RGB Variations
Color information
#D90268 (or 0xD90268) is known color: Razzmatazz. HEX triplet: D9, 02 and 68. RGB value is (217,2,104). Sum of RGB (Red+Green+Blue) = 217+2+104=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D90268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90268 is #26FD97. Grayscale: #4D4D4D. Windows color (decimal): -2555288 or 6816473. OLE color: 6816473.
HSL color Cylindrical-coordinate representation of color #D90268: hue angle of 331.53º 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 #D90268 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.15 |
| HSL | 331.53º | 0.98% | 0.43% | - |
| HSV(B) | 331.53º | 0.99% | 0.85% | - |
| XYZ | 31.14 | 15.79 | 14.5 | - |
| YUV | 77.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 104 | 0 | 0.99 | 0.52 | 0.15 | 331.53 | 0.98 | 0.43 |
| Hex | D9 | 2 | 68 | 0 | 63 | 34 | F | 14C | 62 | 2B |
| Octal | 331 | 2 | 150 | 0 | 143 | 64 | 17 | 514 | 142 | 53 |
| Binary | 11011001 | 10 | 1101000 | 0 | 1100011 | 110100 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #D90268
Complementary color
Monochromatic Colors of #D90268
Black with #D90268
Text Example
Text Example
White with #D90268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90268; }
p { color: rgb(217,2,104); }
H1.HeaderClassName
{
color: #D90268;
}
.AnyTagClassName
{
color: #D90268;
}
</style>
background-color css
<style>
a { background-color: #D90268; }
a { background-color: rgb(217,2,104); }
div.DivClassName
{
background-color: #D90268;
}
.BgClassName
{
background-color: #D90268;
}
</style>
border-color css
<style>
span { border-color: #D90268; }
span { border-color: rgb(217,2,104); }
td.TdClassName
{
border-color: #D90268;
}
.TagClassName
{
border-color: #D90268;
}
</style>