Shades of Razzmatazz #DD0465
Tints of Razzmatazz #DD0465
RGB
CMYK
RGB Variations
Color information
#DD0465 (or 0xDD0465) is known color: Razzmatazz. HEX triplet: DD, 04 and 65. RGB value is (221,4,101). Sum of RGB (Red+Green+Blue) = 221+4+101=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0465 is #22FB9A. Grayscale: #4F4F4F. Windows color (decimal): -2292635 or 6620381. OLE color: 6620381.
HSL color Cylindrical-coordinate representation of color #DD0465: hue angle of 333.18º 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 #DD0465 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 333.18º | 0.96% | 0.44% | - |
| HSV(B) | 333.18º | 0.98% | 0.87% | - |
| XYZ | 32.21 | 16.4 | 13.78 | - |
| YUV | 79.94 | 139.89 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 101 | 0 | 0.98 | 0.54 | 0.13 | 333.18 | 0.96 | 0.44 |
| Hex | DD | 4 | 65 | 0 | 62 | 36 | D | 14D | 60 | 2C |
| Octal | 335 | 4 | 145 | 0 | 142 | 66 | 15 | 515 | 140 | 54 |
| Binary | 11011101 | 100 | 1100101 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DD0465
Complementary color
Monochromatic Colors of #DD0465
Black with #DD0465
Text Example
Text Example
White with #DD0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0465; }
p { color: rgb(221,4,101); }
H1.HeaderClassName
{
color: #DD0465;
}
.AnyTagClassName
{
color: #DD0465;
}
</style>
background-color css
<style>
a { background-color: #DD0465; }
a { background-color: rgb(221,4,101); }
div.DivClassName
{
background-color: #DD0465;
}
.BgClassName
{
background-color: #DD0465;
}
</style>
border-color css
<style>
span { border-color: #DD0465; }
span { border-color: rgb(221,4,101); }
td.TdClassName
{
border-color: #DD0465;
}
.TagClassName
{
border-color: #DD0465;
}
</style>