Shades of Razzmatazz #DD025B
Tints of Razzmatazz #DD025B
RGB
CMYK
RGB Variations
Color information
#DD025B (or 0xDD025B) is known color: Razzmatazz. HEX triplet: DD, 02 and 5B. RGB value is (221,2,91). Sum of RGB (Red+Green+Blue) = 221+2+91=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD025B is #22FDA4. Grayscale: #4D4D4D. Windows color (decimal): -2293157 or 5964509. OLE color: 5964509.
HSL color Cylindrical-coordinate representation of color #DD025B: hue angle of 335.62º 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 #DD025B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.13 |
| HSL | 335.62º | 0.98% | 0.44% | - |
| HSV(B) | 335.62º | 0.99% | 0.87% | - |
| XYZ | 31.73 | 16.17 | 11.35 | - |
| YUV | 77.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 91 | 0 | 0.99 | 0.59 | 0.13 | 335.62 | 0.98 | 0.44 |
| Hex | DD | 2 | 5B | 0 | 63 | 3B | D | 150 | 62 | 2C |
| Octal | 335 | 2 | 133 | 0 | 143 | 73 | 15 | 520 | 142 | 54 |
| Binary | 11011101 | 10 | 1011011 | 0 | 1100011 | 111011 | 1101 | 101010000 | 1100010 | 101100 |
Color Harmonies of #DD025B
Complementary color
Monochromatic Colors of #DD025B
Black with #DD025B
Text Example
Text Example
White with #DD025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD025B; }
p { color: rgb(221,2,91); }
H1.HeaderClassName
{
color: #DD025B;
}
.AnyTagClassName
{
color: #DD025B;
}
</style>
background-color css
<style>
a { background-color: #DD025B; }
a { background-color: rgb(221,2,91); }
div.DivClassName
{
background-color: #DD025B;
}
.BgClassName
{
background-color: #DD025B;
}
</style>
border-color css
<style>
span { border-color: #DD025B; }
span { border-color: rgb(221,2,91); }
td.TdClassName
{
border-color: #DD025B;
}
.TagClassName
{
border-color: #DD025B;
}
</style>