Shades of Razzmatazz #DD0359
Tints of Razzmatazz #DD0359
RGB
CMYK
RGB Variations
Color information
#DD0359 (or 0xDD0359) is known color: Razzmatazz. HEX triplet: DD, 03 and 59. RGB value is (221,3,89). Sum of RGB (Red+Green+Blue) = 221+3+89=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0359 is #22FCA6. Grayscale: #4D4D4D. Windows color (decimal): -2292903 or 5833693. OLE color: 5833693.
HSL color Cylindrical-coordinate representation of color #DD0359: hue angle of 336.33º degrees, saturation: 0.97, 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 #DD0359 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.13 |
| HSL | 336.33º | 0.97% | 0.44% | - |
| HSV(B) | 336.33º | 0.99% | 0.87% | - |
| XYZ | 31.65 | 16.16 | 10.9 | - |
| YUV | 77.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 89 | 0 | 0.99 | 0.60 | 0.13 | 336.33 | 0.97 | 0.44 |
| Hex | DD | 3 | 59 | 0 | 63 | 3C | D | 150 | 61 | 2C |
| Octal | 335 | 3 | 131 | 0 | 143 | 74 | 15 | 520 | 141 | 54 |
| Binary | 11011101 | 11 | 1011001 | 0 | 1100011 | 111100 | 1101 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DD0359
Complementary color
Monochromatic Colors of #DD0359
Black with #DD0359
Text Example
Text Example
White with #DD0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0359; }
p { color: rgb(221,3,89); }
H1.HeaderClassName
{
color: #DD0359;
}
.AnyTagClassName
{
color: #DD0359;
}
</style>
background-color css
<style>
a { background-color: #DD0359; }
a { background-color: rgb(221,3,89); }
div.DivClassName
{
background-color: #DD0359;
}
.BgClassName
{
background-color: #DD0359;
}
</style>
border-color css
<style>
span { border-color: #DD0359; }
span { border-color: rgb(221,3,89); }
td.TdClassName
{
border-color: #DD0359;
}
.TagClassName
{
border-color: #DD0359;
}
</style>