Shades of Razzmatazz #D90352
Tints of Razzmatazz #D90352
RGB
CMYK
RGB Variations
Color information
#D90352 (or 0xD90352) is known color: Razzmatazz. HEX triplet: D9, 03 and 52. RGB value is (217,3,82). Sum of RGB (Red+Green+Blue) = 217+3+82=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D90352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90352 is #26FCAD. Grayscale: #4B4B4B. Windows color (decimal): -2555054 or 5374937. OLE color: 5374937.
HSL color Cylindrical-coordinate representation of color #D90352: hue angle of 337.85º 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 #D90352 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.15 |
| HSL | 337.85º | 0.97% | 0.43% | - |
| HSV(B) | 337.85º | 0.99% | 0.85% | - |
| XYZ | 30.17 | 15.43 | 9.37 | - |
| YUV | 75.99 | 131.4 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 82 | 0 | 0.99 | 0.62 | 0.15 | 337.85 | 0.97 | 0.43 |
| Hex | D9 | 3 | 52 | 0 | 63 | 3E | F | 152 | 61 | 2B |
| Octal | 331 | 3 | 122 | 0 | 143 | 76 | 17 | 522 | 141 | 53 |
| Binary | 11011001 | 11 | 1010010 | 0 | 1100011 | 111110 | 1111 | 101010010 | 1100001 | 101011 |
Color Harmonies of #D90352
Complementary color
Monochromatic Colors of #D90352
Black with #D90352
Text Example
Text Example
White with #D90352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90352; }
p { color: rgb(217,3,82); }
H1.HeaderClassName
{
color: #D90352;
}
.AnyTagClassName
{
color: #D90352;
}
</style>
background-color css
<style>
a { background-color: #D90352; }
a { background-color: rgb(217,3,82); }
div.DivClassName
{
background-color: #D90352;
}
.BgClassName
{
background-color: #D90352;
}
</style>
border-color css
<style>
span { border-color: #D90352; }
span { border-color: rgb(217,3,82); }
td.TdClassName
{
border-color: #D90352;
}
.TagClassName
{
border-color: #D90352;
}
</style>