Shades of Razzmatazz #DD0461
Tints of Razzmatazz #DD0461
RGB
CMYK
RGB Variations
Color information
#DD0461 (or 0xDD0461) is known color: Razzmatazz. HEX triplet: DD, 04 and 61. RGB value is (221,4,97). Sum of RGB (Red+Green+Blue) = 221+4+97=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0461 is #22FB9E. Grayscale: #4F4F4F. Windows color (decimal): -2292639 or 6358237. OLE color: 6358237.
HSL color Cylindrical-coordinate representation of color #DD0461: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0461 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.13 |
| HSL | 334.29º | 0.96% | 0.44% | - |
| HSV(B) | 334.29º | 0.98% | 0.87% | - |
| XYZ | 32.02 | 16.32 | 12.77 | - |
| YUV | 79.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 97 | 0 | 0.98 | 0.56 | 0.13 | 334.29 | 0.96 | 0.44 |
| Hex | DD | 4 | 61 | 0 | 62 | 38 | D | 14E | 60 | 2C |
| Octal | 335 | 4 | 141 | 0 | 142 | 70 | 15 | 516 | 140 | 54 |
| Binary | 11011101 | 100 | 1100001 | 0 | 1100010 | 111000 | 1101 | 101001110 | 1100000 | 101100 |
Color Harmonies of #DD0461
Complementary color
Monochromatic Colors of #DD0461
Black with #DD0461
Text Example
Text Example
White with #DD0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0461; }
p { color: rgb(221,4,97); }
H1.HeaderClassName
{
color: #DD0461;
}
.AnyTagClassName
{
color: #DD0461;
}
</style>
background-color css
<style>
a { background-color: #DD0461; }
a { background-color: rgb(221,4,97); }
div.DivClassName
{
background-color: #DD0461;
}
.BgClassName
{
background-color: #DD0461;
}
</style>
border-color css
<style>
span { border-color: #DD0461; }
span { border-color: rgb(221,4,97); }
td.TdClassName
{
border-color: #DD0461;
}
.TagClassName
{
border-color: #DD0461;
}
</style>