Shades of Razzmatazz #DD026D
Tints of Razzmatazz #DD026D
RGB
CMYK
RGB Variations
Color information
#DD026D (or 0xDD026D) is known color: Razzmatazz. HEX triplet: DD, 02 and 6D. RGB value is (221,2,109). Sum of RGB (Red+Green+Blue) = 221+2+109=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD026D is #22FD92. Grayscale: #4F4F4F. Windows color (decimal): -2293139 or 7144157. OLE color: 7144157.
HSL color Cylindrical-coordinate representation of color #DD026D: hue angle of 330.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD026D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 330.68º | 0.98% | 0.44% | - |
| HSV(B) | 330.68º | 0.99% | 0.87% | - |
| XYZ | 32.6 | 16.52 | 15.94 | - |
| YUV | 79.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 109 | 0 | 0.99 | 0.51 | 0.13 | 330.68 | 0.98 | 0.44 |
| Hex | DD | 2 | 6D | 0 | 63 | 33 | D | 14B | 62 | 2C |
| Octal | 335 | 2 | 155 | 0 | 143 | 63 | 15 | 513 | 142 | 54 |
| Binary | 11011101 | 10 | 1101101 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DD026D
Complementary color
Monochromatic Colors of #DD026D
Black with #DD026D
Text Example
Text Example
White with #DD026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD026D; }
p { color: rgb(221,2,109); }
H1.HeaderClassName
{
color: #DD026D;
}
.AnyTagClassName
{
color: #DD026D;
}
</style>
background-color css
<style>
a { background-color: #DD026D; }
a { background-color: rgb(221,2,109); }
div.DivClassName
{
background-color: #DD026D;
}
.BgClassName
{
background-color: #DD026D;
}
</style>
border-color css
<style>
span { border-color: #DD026D; }
span { border-color: rgb(221,2,109); }
td.TdClassName
{
border-color: #DD026D;
}
.TagClassName
{
border-color: #DD026D;
}
</style>