Shades of Razzmatazz #DC026D
Tints of Razzmatazz #DC026D
RGB
CMYK
RGB Variations
Color information
#DC026D (or 0xDC026D) is known color: Razzmatazz. HEX triplet: DC, 02 and 6D. RGB value is (220,2,109). Sum of RGB (Red+Green+Blue) = 220+2+109=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC026D is #23FD92. Grayscale: #4F4F4F. Windows color (decimal): -2358675 or 7144156. OLE color: 7144156.
HSL color Cylindrical-coordinate representation of color #DC026D: hue angle of 330.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC026D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.14 |
| HSL | 330.55º | 0.98% | 0.44% | - |
| HSV(B) | 330.55º | 0.99% | 0.86% | - |
| XYZ | 32.3 | 16.36 | 15.92 | - |
| YUV | 79.38 | 144.72 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 109 | 0 | 0.99 | 0.50 | 0.14 | 330.55 | 0.98 | 0.44 |
| Hex | DC | 2 | 6D | 0 | 63 | 32 | E | 14B | 62 | 2C |
| Octal | 334 | 2 | 155 | 0 | 143 | 62 | 16 | 513 | 142 | 54 |
| Binary | 11011100 | 10 | 1101101 | 0 | 1100011 | 110010 | 1110 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DC026D
Complementary color
Monochromatic Colors of #DC026D
Black with #DC026D
Text Example
Text Example
White with #DC026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC026D; }
p { color: rgb(220,2,109); }
H1.HeaderClassName
{
color: #DC026D;
}
.AnyTagClassName
{
color: #DC026D;
}
</style>
background-color css
<style>
a { background-color: #DC026D; }
a { background-color: rgb(220,2,109); }
div.DivClassName
{
background-color: #DC026D;
}
.BgClassName
{
background-color: #DC026D;
}
</style>
border-color css
<style>
span { border-color: #DC026D; }
span { border-color: rgb(220,2,109); }
td.TdClassName
{
border-color: #DC026D;
}
.TagClassName
{
border-color: #DC026D;
}
</style>