Shades of Razzmatazz #DD025A
Tints of Razzmatazz #DD025A
RGB
CMYK
RGB Variations
Color information
#DD025A (or 0xDD025A) is known color: Razzmatazz. HEX triplet: DD, 02 and 5A. RGB value is (221,2,90). Sum of RGB (Red+Green+Blue) = 221+2+90=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD025A is #22FDA5. Grayscale: #4D4D4D. Windows color (decimal): -2293158 or 5898973. OLE color: 5898973.
HSL color Cylindrical-coordinate representation of color #DD025A: hue angle of 335.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD025A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.13 |
| HSL | 335.89º | 0.98% | 0.44% | - |
| HSV(B) | 335.89º | 0.99% | 0.87% | - |
| XYZ | 31.69 | 16.15 | 11.12 | - |
| YUV | 77.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 90 | 0 | 0.99 | 0.59 | 0.13 | 335.89 | 0.98 | 0.44 |
| Hex | DD | 2 | 5A | 0 | 63 | 3B | D | 150 | 62 | 2C |
| Octal | 335 | 2 | 132 | 0 | 143 | 73 | 15 | 520 | 142 | 54 |
| Binary | 11011101 | 10 | 1011010 | 0 | 1100011 | 111011 | 1101 | 101010000 | 1100010 | 101100 |
Color Harmonies of #DD025A
Complementary color
Monochromatic Colors of #DD025A
Black with #DD025A
Text Example
Text Example
White with #DD025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD025A; }
p { color: rgb(221,2,90); }
H1.HeaderClassName
{
color: #DD025A;
}
.AnyTagClassName
{
color: #DD025A;
}
</style>
background-color css
<style>
a { background-color: #DD025A; }
a { background-color: rgb(221,2,90); }
div.DivClassName
{
background-color: #DD025A;
}
.BgClassName
{
background-color: #DD025A;
}
</style>
border-color css
<style>
span { border-color: #DD025A; }
span { border-color: rgb(221,2,90); }
td.TdClassName
{
border-color: #DD025A;
}
.TagClassName
{
border-color: #DD025A;
}
</style>