Shades of Razzmatazz #DC036B
Tints of Razzmatazz #DC036B
RGB
CMYK
RGB Variations
Color information
#DC036B (or 0xDC036B) is known color: Razzmatazz. HEX triplet: DC, 03 and 6B. RGB value is (220,3,107). Sum of RGB (Red+Green+Blue) = 220+3+107=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC036B is #23FC94. Grayscale: #4F4F4F. Windows color (decimal): -2358421 or 7013340. OLE color: 7013340.
HSL color Cylindrical-coordinate representation of color #DC036B: hue angle of 331.24º 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 #DC036B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.14 |
| HSL | 331.24º | 0.97% | 0.44% | - |
| HSV(B) | 331.24º | 0.99% | 0.86% | - |
| XYZ | 32.2 | 16.34 | 15.37 | - |
| YUV | 79.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 107 | 0 | 0.99 | 0.51 | 0.14 | 331.24 | 0.97 | 0.44 |
| Hex | DC | 3 | 6B | 0 | 63 | 33 | E | 14B | 61 | 2C |
| Octal | 334 | 3 | 153 | 0 | 143 | 63 | 16 | 513 | 141 | 54 |
| Binary | 11011100 | 11 | 1101011 | 0 | 1100011 | 110011 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DC036B
Complementary color
Monochromatic Colors of #DC036B
Black with #DC036B
Text Example
Text Example
White with #DC036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC036B; }
p { color: rgb(220,3,107); }
H1.HeaderClassName
{
color: #DC036B;
}
.AnyTagClassName
{
color: #DC036B;
}
</style>
background-color css
<style>
a { background-color: #DC036B; }
a { background-color: rgb(220,3,107); }
div.DivClassName
{
background-color: #DC036B;
}
.BgClassName
{
background-color: #DC036B;
}
</style>
border-color css
<style>
span { border-color: #DC036B; }
span { border-color: rgb(220,3,107); }
td.TdClassName
{
border-color: #DC036B;
}
.TagClassName
{
border-color: #DC036B;
}
</style>