Shades of Razzmatazz #DC006B
Tints of Razzmatazz #DC006B
RGB
CMYK
RGB Variations
Color information
#DC006B (or 0xDC006B) is known color: Razzmatazz. HEX triplet: DC, 00 and 6B. RGB value is (220,0,107). Sum of RGB (Red+Green+Blue) = 220+0+107=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC006B is #23FF94. Grayscale: #4D4D4D. Windows color (decimal): -2359189 or 7012572. OLE color: 7012572.
HSL color Cylindrical-coordinate representation of color #DC006B: hue angle of 330.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC006B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.51 | 0.14 |
| HSL | 330.82º | 1% | 0.43% | - |
| HSV(B) | 330.82º | 1% | 0.86% | - |
| XYZ | 32.17 | 16.28 | 15.36 | - |
| YUV | 77.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 107 | 0 | 1 | 0.51 | 0.14 | 330.82 | 1 | 0.43 |
| Hex | DC | 0 | 6B | 0 | 64 | 33 | E | 14B | 64 | 2B |
| Octal | 334 | 0 | 153 | 0 | 144 | 63 | 16 | 513 | 144 | 53 |
| Binary | 11011100 | 0 | 1101011 | 0 | 1100100 | 110011 | 1110 | 101001011 | 1100100 | 101011 |
Color Harmonies of #DC006B
Complementary color
Monochromatic Colors of #DC006B
Black with #DC006B
Text Example
Text Example
White with #DC006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC006B; }
p { color: rgb(220,0,107); }
H1.HeaderClassName
{
color: #DC006B;
}
.AnyTagClassName
{
color: #DC006B;
}
</style>
background-color css
<style>
a { background-color: #DC006B; }
a { background-color: rgb(220,0,107); }
div.DivClassName
{
background-color: #DC006B;
}
.BgClassName
{
background-color: #DC006B;
}
</style>
border-color css
<style>
span { border-color: #DC006B; }
span { border-color: rgb(220,0,107); }
td.TdClassName
{
border-color: #DC006B;
}
.TagClassName
{
border-color: #DC006B;
}
</style>