Shades of Razzmatazz #DC036A
Tints of Razzmatazz #DC036A
RGB
CMYK
RGB Variations
Color information
#DC036A (or 0xDC036A) is known color: Razzmatazz. HEX triplet: DC, 03 and 6A. RGB value is (220,3,106). Sum of RGB (Red+Green+Blue) = 220+3+106=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC036A is #23FC95. Grayscale: #4F4F4F. Windows color (decimal): -2358422 or 6947804. OLE color: 6947804.
HSL color Cylindrical-coordinate representation of color #DC036A: hue angle of 331.52º 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 #DC036A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.14 |
| HSL | 331.52º | 0.97% | 0.44% | - |
| HSV(B) | 331.52º | 0.99% | 0.86% | - |
| XYZ | 32.15 | 16.32 | 15.09 | - |
| YUV | 79.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 106 | 0 | 0.99 | 0.52 | 0.14 | 331.52 | 0.97 | 0.44 |
| Hex | DC | 3 | 6A | 0 | 63 | 34 | E | 14C | 61 | 2C |
| Octal | 334 | 3 | 152 | 0 | 143 | 64 | 16 | 514 | 141 | 54 |
| Binary | 11011100 | 11 | 1101010 | 0 | 1100011 | 110100 | 1110 | 101001100 | 1100001 | 101100 |
Color Harmonies of #DC036A
Complementary color
Monochromatic Colors of #DC036A
Black with #DC036A
Text Example
Text Example
White with #DC036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC036A; }
p { color: rgb(220,3,106); }
H1.HeaderClassName
{
color: #DC036A;
}
.AnyTagClassName
{
color: #DC036A;
}
</style>
background-color css
<style>
a { background-color: #DC036A; }
a { background-color: rgb(220,3,106); }
div.DivClassName
{
background-color: #DC036A;
}
.BgClassName
{
background-color: #DC036A;
}
</style>
border-color css
<style>
span { border-color: #DC036A; }
span { border-color: rgb(220,3,106); }
td.TdClassName
{
border-color: #DC036A;
}
.TagClassName
{
border-color: #DC036A;
}
</style>