Shades of Razzmatazz #DD0452
Tints of Razzmatazz #DD0452
RGB
CMYK
RGB Variations
Color information
#DD0452 (or 0xDD0452) is known color: Razzmatazz. HEX triplet: DD, 04 and 52. RGB value is (221,4,82). Sum of RGB (Red+Green+Blue) = 221+4+82=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0452 is #22FBAD. Grayscale: #4D4D4D. Windows color (decimal): -2292654 or 5375197. OLE color: 5375197.
HSL color Cylindrical-coordinate representation of color #DD0452: hue angle of 338.43º 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 #DD0452 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.13 |
| HSL | 338.43º | 0.96% | 0.44% | - |
| HSV(B) | 338.43º | 0.98% | 0.87% | - |
| XYZ | 31.39 | 16.07 | 9.43 | - |
| YUV | 77.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 82 | 0 | 0.98 | 0.63 | 0.13 | 338.43 | 0.96 | 0.44 |
| Hex | DD | 4 | 52 | 0 | 62 | 3F | D | 152 | 60 | 2C |
| Octal | 335 | 4 | 122 | 0 | 142 | 77 | 15 | 522 | 140 | 54 |
| Binary | 11011101 | 100 | 1010010 | 0 | 1100010 | 111111 | 1101 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DD0452
Complementary color
Monochromatic Colors of #DD0452
Black with #DD0452
Text Example
Text Example
White with #DD0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0452; }
p { color: rgb(221,4,82); }
H1.HeaderClassName
{
color: #DD0452;
}
.AnyTagClassName
{
color: #DD0452;
}
</style>
background-color css
<style>
a { background-color: #DD0452; }
a { background-color: rgb(221,4,82); }
div.DivClassName
{
background-color: #DD0452;
}
.BgClassName
{
background-color: #DD0452;
}
</style>
border-color css
<style>
span { border-color: #DD0452; }
span { border-color: rgb(221,4,82); }
td.TdClassName
{
border-color: #DD0452;
}
.TagClassName
{
border-color: #DD0452;
}
</style>