Shades of Razzmatazz #DC046B
Tints of Razzmatazz #DC046B
RGB
CMYK
RGB Variations
Color information
#DC046B (or 0xDC046B) is known color: Razzmatazz. HEX triplet: DC, 04 and 6B. RGB value is (220,4,107). Sum of RGB (Red+Green+Blue) = 220+4+107=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC046B is #23FB94. Grayscale: #505050. Windows color (decimal): -2358165 or 7013596. OLE color: 7013596.
HSL color Cylindrical-coordinate representation of color #DC046B: hue angle of 331.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC046B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.14 |
| HSL | 331.39º | 0.96% | 0.44% | - |
| HSV(B) | 331.39º | 0.98% | 0.86% | - |
| XYZ | 32.21 | 16.36 | 15.37 | - |
| YUV | 80.33 | 143.06 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 107 | 0 | 0.98 | 0.51 | 0.14 | 331.39 | 0.96 | 0.44 |
| Hex | DC | 4 | 6B | 0 | 62 | 33 | E | 14B | 60 | 2C |
| Octal | 334 | 4 | 153 | 0 | 142 | 63 | 16 | 513 | 140 | 54 |
| Binary | 11011100 | 100 | 1101011 | 0 | 1100010 | 110011 | 1110 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DC046B
Complementary color
Monochromatic Colors of #DC046B
Black with #DC046B
Text Example
Text Example
White with #DC046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC046B; }
p { color: rgb(220,4,107); }
H1.HeaderClassName
{
color: #DC046B;
}
.AnyTagClassName
{
color: #DC046B;
}
</style>
background-color css
<style>
a { background-color: #DC046B; }
a { background-color: rgb(220,4,107); }
div.DivClassName
{
background-color: #DC046B;
}
.BgClassName
{
background-color: #DC046B;
}
</style>
border-color css
<style>
span { border-color: #DC046B; }
span { border-color: rgb(220,4,107); }
td.TdClassName
{
border-color: #DC046B;
}
.TagClassName
{
border-color: #DC046B;
}
</style>