Shades of Razzmatazz #D9025E
Tints of Razzmatazz #D9025E
RGB
CMYK
RGB Variations
Color information
#D9025E (or 0xD9025E) is known color: Razzmatazz. HEX triplet: D9, 02 and 5E. RGB value is (217,2,94). Sum of RGB (Red+Green+Blue) = 217+2+94=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9025E is #26FDA1. Grayscale: #4C4C4C. Windows color (decimal): -2555298 or 6161113. OLE color: 6161113.
HSL color Cylindrical-coordinate representation of color #D9025E: hue angle of 334.33º 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 #D9025E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.15 |
| HSL | 334.33º | 0.98% | 0.43% | - |
| HSV(B) | 334.33º | 0.99% | 0.85% | - |
| XYZ | 30.66 | 15.6 | 11.99 | - |
| YUV | 76.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 94 | 0 | 0.99 | 0.57 | 0.15 | 334.33 | 0.98 | 0.43 |
| Hex | D9 | 2 | 5E | 0 | 63 | 39 | F | 14E | 62 | 2B |
| Octal | 331 | 2 | 136 | 0 | 143 | 71 | 17 | 516 | 142 | 53 |
| Binary | 11011001 | 10 | 1011110 | 0 | 1100011 | 111001 | 1111 | 101001110 | 1100010 | 101011 |
Color Harmonies of #D9025E
Complementary color
Monochromatic Colors of #D9025E
Black with #D9025E
Text Example
Text Example
White with #D9025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9025E; }
p { color: rgb(217,2,94); }
H1.HeaderClassName
{
color: #D9025E;
}
.AnyTagClassName
{
color: #D9025E;
}
</style>
background-color css
<style>
a { background-color: #D9025E; }
a { background-color: rgb(217,2,94); }
div.DivClassName
{
background-color: #D9025E;
}
.BgClassName
{
background-color: #D9025E;
}
</style>
border-color css
<style>
span { border-color: #D9025E; }
span { border-color: rgb(217,2,94); }
td.TdClassName
{
border-color: #D9025E;
}
.TagClassName
{
border-color: #D9025E;
}
</style>