Shades of Razzmatazz #DD026B
Tints of Razzmatazz #DD026B
RGB
CMYK
RGB Variations
Color information
#DD026B (or 0xDD026B) is known color: Razzmatazz. HEX triplet: DD, 02 and 6B. RGB value is (221,2,107). Sum of RGB (Red+Green+Blue) = 221+2+107=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD026B is #22FD94. Grayscale: #4F4F4F. Windows color (decimal): -2293141 or 7013085. OLE color: 7013085.
HSL color Cylindrical-coordinate representation of color #DD026B: hue angle of 331.23º 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 #DD026B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.23º | 0.98% | 0.44% | - |
| HSV(B) | 331.23º | 0.99% | 0.87% | - |
| XYZ | 32.49 | 16.48 | 15.38 | - |
| YUV | 79.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 107 | 0 | 0.99 | 0.52 | 0.13 | 331.23 | 0.98 | 0.44 |
| Hex | DD | 2 | 6B | 0 | 63 | 34 | D | 14B | 62 | 2C |
| Octal | 335 | 2 | 153 | 0 | 143 | 64 | 15 | 513 | 142 | 54 |
| Binary | 11011101 | 10 | 1101011 | 0 | 1100011 | 110100 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DD026B
Complementary color
Monochromatic Colors of #DD026B
Black with #DD026B
Text Example
Text Example
White with #DD026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD026B; }
p { color: rgb(221,2,107); }
H1.HeaderClassName
{
color: #DD026B;
}
.AnyTagClassName
{
color: #DD026B;
}
</style>
background-color css
<style>
a { background-color: #DD026B; }
a { background-color: rgb(221,2,107); }
div.DivClassName
{
background-color: #DD026B;
}
.BgClassName
{
background-color: #DD026B;
}
</style>
border-color css
<style>
span { border-color: #DD026B; }
span { border-color: rgb(221,2,107); }
td.TdClassName
{
border-color: #DD026B;
}
.TagClassName
{
border-color: #DD026B;
}
</style>