Shades of Razzmatazz #D90452
Tints of Razzmatazz #D90452
RGB
CMYK
RGB Variations
Color information
#D90452 (or 0xD90452) is known color: Razzmatazz. HEX triplet: D9, 04 and 52. RGB value is (217,4,82). Sum of RGB (Red+Green+Blue) = 217+4+82=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D90452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90452 is #26FBAD. Grayscale: #4C4C4C. Windows color (decimal): -2554798 or 5375193. OLE color: 5375193.
HSL color Cylindrical-coordinate representation of color #D90452: hue angle of 338.03º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90452 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.15 |
| HSL | 338.03º | 0.96% | 0.43% | - |
| HSV(B) | 338.03º | 0.98% | 0.85% | - |
| XYZ | 30.18 | 15.45 | 9.37 | - |
| YUV | 76.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 82 | 0 | 0.98 | 0.62 | 0.15 | 338.03 | 0.96 | 0.43 |
| Hex | D9 | 4 | 52 | 0 | 62 | 3E | F | 152 | 60 | 2B |
| Octal | 331 | 4 | 122 | 0 | 142 | 76 | 17 | 522 | 140 | 53 |
| Binary | 11011001 | 100 | 1010010 | 0 | 1100010 | 111110 | 1111 | 101010010 | 1100000 | 101011 |
Color Harmonies of #D90452
Complementary color
Monochromatic Colors of #D90452
Black with #D90452
Text Example
Text Example
White with #D90452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90452; }
p { color: rgb(217,4,82); }
H1.HeaderClassName
{
color: #D90452;
}
.AnyTagClassName
{
color: #D90452;
}
</style>
background-color css
<style>
a { background-color: #D90452; }
a { background-color: rgb(217,4,82); }
div.DivClassName
{
background-color: #D90452;
}
.BgClassName
{
background-color: #D90452;
}
</style>
border-color css
<style>
span { border-color: #D90452; }
span { border-color: rgb(217,4,82); }
td.TdClassName
{
border-color: #D90452;
}
.TagClassName
{
border-color: #D90452;
}
</style>