Shades of Razzmatazz #DD0469
Tints of Razzmatazz #DD0469
RGB
CMYK
RGB Variations
Color information
#DD0469 (or 0xDD0469) is known color: Razzmatazz. HEX triplet: DD, 04 and 69. RGB value is (221,4,105). Sum of RGB (Red+Green+Blue) = 221+4+105=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0469 is #22FB96. Grayscale: #505050. Windows color (decimal): -2292631 or 6882525. OLE color: 6882525.
HSL color Cylindrical-coordinate representation of color #DD0469: hue angle of 332.07º 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 #DD0469 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 332.07º | 0.96% | 0.44% | - |
| HSV(B) | 332.07º | 0.98% | 0.87% | - |
| XYZ | 32.41 | 16.48 | 14.84 | - |
| YUV | 80.4 | 141.89 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 105 | 0 | 0.98 | 0.52 | 0.13 | 332.07 | 0.96 | 0.44 |
| Hex | DD | 4 | 69 | 0 | 62 | 34 | D | 14C | 60 | 2C |
| Octal | 335 | 4 | 151 | 0 | 142 | 64 | 15 | 514 | 140 | 54 |
| Binary | 11011101 | 100 | 1101001 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DD0469
Complementary color
Monochromatic Colors of #DD0469
Black with #DD0469
Text Example
Text Example
White with #DD0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0469; }
p { color: rgb(221,4,105); }
H1.HeaderClassName
{
color: #DD0469;
}
.AnyTagClassName
{
color: #DD0469;
}
</style>
background-color css
<style>
a { background-color: #DD0469; }
a { background-color: rgb(221,4,105); }
div.DivClassName
{
background-color: #DD0469;
}
.BgClassName
{
background-color: #DD0469;
}
</style>
border-color css
<style>
span { border-color: #DD0469; }
span { border-color: rgb(221,4,105); }
td.TdClassName
{
border-color: #DD0469;
}
.TagClassName
{
border-color: #DD0469;
}
</style>