Shades of Razzmatazz #DC006F
Tints of Razzmatazz #DC006F
RGB
CMYK
RGB Variations
Color information
#DC006F (or 0xDC006F) is known color: Razzmatazz. HEX triplet: DC, 00 and 6F. RGB value is (220,0,111). Sum of RGB (Red+Green+Blue) = 220+0+111=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC006F is #23FF90. Grayscale: #4E4E4E. Windows color (decimal): -2359185 or 7274716. OLE color: 7274716.
HSL color Cylindrical-coordinate representation of color #DC006F: hue angle of 329.73º 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 #DC006F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.50 | 0.14 |
| HSL | 329.73º | 1% | 0.43% | - |
| HSV(B) | 329.73º | 1% | 0.86% | - |
| XYZ | 32.38 | 16.36 | 16.49 | - |
| YUV | 78.43 | 146.39 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 111 | 0 | 1 | 0.50 | 0.14 | 329.73 | 1 | 0.43 |
| Hex | DC | 0 | 6F | 0 | 64 | 32 | E | 14A | 64 | 2B |
| Octal | 334 | 0 | 157 | 0 | 144 | 62 | 16 | 512 | 144 | 53 |
| Binary | 11011100 | 0 | 1101111 | 0 | 1100100 | 110010 | 1110 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DC006F
Complementary color
Monochromatic Colors of #DC006F
Black with #DC006F
Text Example
Text Example
White with #DC006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC006F; }
p { color: rgb(220,0,111); }
H1.HeaderClassName
{
color: #DC006F;
}
.AnyTagClassName
{
color: #DC006F;
}
</style>
background-color css
<style>
a { background-color: #DC006F; }
a { background-color: rgb(220,0,111); }
div.DivClassName
{
background-color: #DC006F;
}
.BgClassName
{
background-color: #DC006F;
}
</style>
border-color css
<style>
span { border-color: #DC006F; }
span { border-color: rgb(220,0,111); }
td.TdClassName
{
border-color: #DC006F;
}
.TagClassName
{
border-color: #DC006F;
}
</style>