Shades of Razzmatazz #DD024C
Tints of Razzmatazz #DD024C
RGB
CMYK
RGB Variations
Color information
#DD024C (or 0xDD024C) is known color: Razzmatazz. HEX triplet: DD, 02 and 4C. RGB value is (221,2,76). Sum of RGB (Red+Green+Blue) = 221+2+76=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD024C is #22FDB3. Grayscale: #4B4B4B. Windows color (decimal): -2293172 or 4981469. OLE color: 4981469.
HSL color Cylindrical-coordinate representation of color #DD024C: hue angle of 339.73º 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 #DD024C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.13 |
| HSL | 339.73º | 0.98% | 0.44% | - |
| HSV(B) | 339.73º | 0.99% | 0.87% | - |
| XYZ | 31.15 | 15.94 | 8.27 | - |
| YUV | 75.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 76 | 0 | 0.99 | 0.66 | 0.13 | 339.73 | 0.98 | 0.44 |
| Hex | DD | 2 | 4C | 0 | 63 | 42 | D | 154 | 62 | 2C |
| Octal | 335 | 2 | 114 | 0 | 143 | 102 | 15 | 524 | 142 | 54 |
| Binary | 11011101 | 10 | 1001100 | 0 | 1100011 | 1000010 | 1101 | 101010100 | 1100010 | 101100 |
Color Harmonies of #DD024C
Complementary color
Monochromatic Colors of #DD024C
Black with #DD024C
Text Example
Text Example
White with #DD024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD024C; }
p { color: rgb(221,2,76); }
H1.HeaderClassName
{
color: #DD024C;
}
.AnyTagClassName
{
color: #DD024C;
}
</style>
background-color css
<style>
a { background-color: #DD024C; }
a { background-color: rgb(221,2,76); }
div.DivClassName
{
background-color: #DD024C;
}
.BgClassName
{
background-color: #DD024C;
}
</style>
border-color css
<style>
span { border-color: #DD024C; }
span { border-color: rgb(221,2,76); }
td.TdClassName
{
border-color: #DD024C;
}
.TagClassName
{
border-color: #DD024C;
}
</style>