Shades of Razzmatazz #D90052
Tints of Razzmatazz #D90052
RGB
CMYK
RGB Variations
Color information
#D90052 (or 0xD90052) is known color: Razzmatazz. HEX triplet: D9, 00 and 52. RGB value is (217,0,82). Sum of RGB (Red+Green+Blue) = 217+0+82=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D90052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90052 is #26FFAD. Grayscale: #4A4A4A. Windows color (decimal): -2555822 or 5374169. OLE color: 5374169.
HSL color Cylindrical-coordinate representation of color #D90052: hue angle of 337.33º 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 #D90052 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.62 | 0.15 |
| HSL | 337.33º | 1% | 0.43% | - |
| HSV(B) | 337.33º | 1% | 0.85% | - |
| XYZ | 30.14 | 15.36 | 9.36 | - |
| YUV | 74.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 82 | 0 | 1 | 0.62 | 0.15 | 337.33 | 1 | 0.43 |
| Hex | D9 | 0 | 52 | 0 | 64 | 3E | F | 151 | 64 | 2B |
| Octal | 331 | 0 | 122 | 0 | 144 | 76 | 17 | 521 | 144 | 53 |
| Binary | 11011001 | 0 | 1010010 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100100 | 101011 |
Color Harmonies of #D90052
Complementary color
Monochromatic Colors of #D90052
Black with #D90052
Text Example
Text Example
White with #D90052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90052; }
p { color: rgb(217,0,82); }
H1.HeaderClassName
{
color: #D90052;
}
.AnyTagClassName
{
color: #D90052;
}
</style>
background-color css
<style>
a { background-color: #D90052; }
a { background-color: rgb(217,0,82); }
div.DivClassName
{
background-color: #D90052;
}
.BgClassName
{
background-color: #D90052;
}
</style>
border-color css
<style>
span { border-color: #D90052; }
span { border-color: rgb(217,0,82); }
td.TdClassName
{
border-color: #D90052;
}
.TagClassName
{
border-color: #D90052;
}
</style>