Shades of Razzmatazz #D90267
Tints of Razzmatazz #D90267
RGB
CMYK
RGB Variations
Color information
#D90267 (or 0xD90267) is known color: Razzmatazz. HEX triplet: D9, 02 and 67. RGB value is (217,2,103). Sum of RGB (Red+Green+Blue) = 217+2+103=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90267 is #26FD98. Grayscale: #4D4D4D. Windows color (decimal): -2555289 or 6750937. OLE color: 6750937.
HSL color Cylindrical-coordinate representation of color #D90267: hue angle of 331.81º 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 #D90267 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 331.81º | 0.98% | 0.43% | - |
| HSV(B) | 331.81º | 0.99% | 0.85% | - |
| XYZ | 31.09 | 15.77 | 14.24 | - |
| YUV | 77.8 | 142.23 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 103 | 0 | 0.99 | 0.53 | 0.15 | 331.81 | 0.98 | 0.43 |
| Hex | D9 | 2 | 67 | 0 | 63 | 35 | F | 14C | 62 | 2B |
| Octal | 331 | 2 | 147 | 0 | 143 | 65 | 17 | 514 | 142 | 53 |
| Binary | 11011001 | 10 | 1100111 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #D90267
Complementary color
Monochromatic Colors of #D90267
Black with #D90267
Text Example
Text Example
White with #D90267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90267; }
p { color: rgb(217,2,103); }
H1.HeaderClassName
{
color: #D90267;
}
.AnyTagClassName
{
color: #D90267;
}
</style>
background-color css
<style>
a { background-color: #D90267; }
a { background-color: rgb(217,2,103); }
div.DivClassName
{
background-color: #D90267;
}
.BgClassName
{
background-color: #D90267;
}
</style>
border-color css
<style>
span { border-color: #D90267; }
span { border-color: rgb(217,2,103); }
td.TdClassName
{
border-color: #D90267;
}
.TagClassName
{
border-color: #D90267;
}
</style>