Shades of Razzmatazz #DD026C
Tints of Razzmatazz #DD026C
RGB
CMYK
RGB Variations
Color information
#DD026C (or 0xDD026C) is known color: Razzmatazz. HEX triplet: DD, 02 and 6C. RGB value is (221,2,108). Sum of RGB (Red+Green+Blue) = 221+2+108=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD026C is #22FD93. Grayscale: #4F4F4F. Windows color (decimal): -2293140 or 7078621. OLE color: 7078621.
HSL color Cylindrical-coordinate representation of color #DD026C: hue angle of 330.96º 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 #DD026C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 330.96º | 0.98% | 0.44% | - |
| HSV(B) | 330.96º | 0.99% | 0.87% | - |
| XYZ | 32.55 | 16.5 | 15.66 | - |
| YUV | 79.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 108 | 0 | 0.99 | 0.51 | 0.13 | 330.96 | 0.98 | 0.44 |
| Hex | DD | 2 | 6C | 0 | 63 | 33 | D | 14B | 62 | 2C |
| Octal | 335 | 2 | 154 | 0 | 143 | 63 | 15 | 513 | 142 | 54 |
| Binary | 11011101 | 10 | 1101100 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DD026C
Complementary color
Monochromatic Colors of #DD026C
Black with #DD026C
Text Example
Text Example
White with #DD026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD026C; }
p { color: rgb(221,2,108); }
H1.HeaderClassName
{
color: #DD026C;
}
.AnyTagClassName
{
color: #DD026C;
}
</style>
background-color css
<style>
a { background-color: #DD026C; }
a { background-color: rgb(221,2,108); }
div.DivClassName
{
background-color: #DD026C;
}
.BgClassName
{
background-color: #DD026C;
}
</style>
border-color css
<style>
span { border-color: #DD026C; }
span { border-color: rgb(221,2,108); }
td.TdClassName
{
border-color: #DD026C;
}
.TagClassName
{
border-color: #DD026C;
}
</style>