Shades of Razzmatazz #DC036D
Tints of Razzmatazz #DC036D
RGB
CMYK
RGB Variations
Color information
#DC036D (or 0xDC036D) is known color: Razzmatazz. HEX triplet: DC, 03 and 6D. RGB value is (220,3,109). Sum of RGB (Red+Green+Blue) = 220+3+109=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC036D is #23FC92. Grayscale: #4F4F4F. Windows color (decimal): -2358419 or 7144412. OLE color: 7144412.
HSL color Cylindrical-coordinate representation of color #DC036D: hue angle of 330.69º degrees, saturation: 0.97, 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 #DC036D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.14 |
| HSL | 330.69º | 0.97% | 0.44% | - |
| HSV(B) | 330.69º | 0.99% | 0.86% | - |
| XYZ | 32.31 | 16.38 | 15.93 | - |
| YUV | 79.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 109 | 0 | 0.99 | 0.50 | 0.14 | 330.69 | 0.97 | 0.44 |
| Hex | DC | 3 | 6D | 0 | 63 | 32 | E | 14B | 61 | 2C |
| Octal | 334 | 3 | 155 | 0 | 143 | 62 | 16 | 513 | 141 | 54 |
| Binary | 11011100 | 11 | 1101101 | 0 | 1100011 | 110010 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DC036D
Complementary color
Monochromatic Colors of #DC036D
Black with #DC036D
Text Example
Text Example
White with #DC036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC036D; }
p { color: rgb(220,3,109); }
H1.HeaderClassName
{
color: #DC036D;
}
.AnyTagClassName
{
color: #DC036D;
}
</style>
background-color css
<style>
a { background-color: #DC036D; }
a { background-color: rgb(220,3,109); }
div.DivClassName
{
background-color: #DC036D;
}
.BgClassName
{
background-color: #DC036D;
}
</style>
border-color css
<style>
span { border-color: #DC036D; }
span { border-color: rgb(220,3,109); }
td.TdClassName
{
border-color: #DC036D;
}
.TagClassName
{
border-color: #DC036D;
}
</style>