Shades of Razzmatazz #DD0468
Tints of Razzmatazz #DD0468
RGB
CMYK
RGB Variations
Color information
#DD0468 (or 0xDD0468) is known color: Razzmatazz. HEX triplet: DD, 04 and 68. RGB value is (221,4,104). Sum of RGB (Red+Green+Blue) = 221+4+104=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0468 is #22FB97. Grayscale: #505050. Windows color (decimal): -2292632 or 6816989. OLE color: 6816989.
HSL color Cylindrical-coordinate representation of color #DD0468: hue angle of 332.35º 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 #DD0468 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.13 |
| HSL | 332.35º | 0.96% | 0.44% | - |
| HSV(B) | 332.35º | 0.98% | 0.87% | - |
| XYZ | 32.36 | 16.46 | 14.57 | - |
| YUV | 80.28 | 141.39 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 104 | 0 | 0.98 | 0.53 | 0.13 | 332.35 | 0.96 | 0.44 |
| Hex | DD | 4 | 68 | 0 | 62 | 35 | D | 14C | 60 | 2C |
| Octal | 335 | 4 | 150 | 0 | 142 | 65 | 15 | 514 | 140 | 54 |
| Binary | 11011101 | 100 | 1101000 | 0 | 1100010 | 110101 | 1101 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DD0468
Complementary color
Monochromatic Colors of #DD0468
Black with #DD0468
Text Example
Text Example
White with #DD0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0468; }
p { color: rgb(221,4,104); }
H1.HeaderClassName
{
color: #DD0468;
}
.AnyTagClassName
{
color: #DD0468;
}
</style>
background-color css
<style>
a { background-color: #DD0468; }
a { background-color: rgb(221,4,104); }
div.DivClassName
{
background-color: #DD0468;
}
.BgClassName
{
background-color: #DD0468;
}
</style>
border-color css
<style>
span { border-color: #DD0468; }
span { border-color: rgb(221,4,104); }
td.TdClassName
{
border-color: #DD0468;
}
.TagClassName
{
border-color: #DD0468;
}
</style>