Shades of Razzmatazz #DC0252
Tints of Razzmatazz #DC0252
RGB
CMYK
RGB Variations
Color information
#DC0252 (or 0xDC0252) is known color: Razzmatazz. HEX triplet: DC, 02 and 52. RGB value is (220,2,82). Sum of RGB (Red+Green+Blue) = 220+2+82=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0252 is #23FDAD. Grayscale: #4C4C4C. Windows color (decimal): -2358702 or 5374684. OLE color: 5374684.
HSL color Cylindrical-coordinate representation of color #DC0252: hue angle of 337.98º 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 #DC0252 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.14 |
| HSL | 337.98º | 0.98% | 0.44% | - |
| HSV(B) | 337.98º | 0.99% | 0.86% | - |
| XYZ | 31.06 | 15.87 | 9.41 | - |
| YUV | 76.3 | 131.22 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 82 | 0 | 0.99 | 0.63 | 0.14 | 337.98 | 0.98 | 0.44 |
| Hex | DC | 2 | 52 | 0 | 63 | 3F | E | 152 | 62 | 2C |
| Octal | 334 | 2 | 122 | 0 | 143 | 77 | 16 | 522 | 142 | 54 |
| Binary | 11011100 | 10 | 1010010 | 0 | 1100011 | 111111 | 1110 | 101010010 | 1100010 | 101100 |
Color Harmonies of #DC0252
Complementary color
Monochromatic Colors of #DC0252
Black with #DC0252
Text Example
Text Example
White with #DC0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0252; }
p { color: rgb(220,2,82); }
H1.HeaderClassName
{
color: #DC0252;
}
.AnyTagClassName
{
color: #DC0252;
}
</style>
background-color css
<style>
a { background-color: #DC0252; }
a { background-color: rgb(220,2,82); }
div.DivClassName
{
background-color: #DC0252;
}
.BgClassName
{
background-color: #DC0252;
}
</style>
border-color css
<style>
span { border-color: #DC0252; }
span { border-color: rgb(220,2,82); }
td.TdClassName
{
border-color: #DC0252;
}
.TagClassName
{
border-color: #DC0252;
}
</style>