Shades of Razzmatazz #DC016A
Tints of Razzmatazz #DC016A
RGB
CMYK
RGB Variations
Color information
#DC016A (or 0xDC016A) is known color: Razzmatazz. HEX triplet: DC, 01 and 6A. RGB value is (220,1,106). Sum of RGB (Red+Green+Blue) = 220+1+106=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC016A is #23FE95. Grayscale: #4E4E4E. Windows color (decimal): -2358934 or 6947292. OLE color: 6947292.
HSL color Cylindrical-coordinate representation of color #DC016A: hue angle of 331.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC016A is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.14 |
| HSL | 331.23º | 0.99% | 0.43% | - |
| HSV(B) | 331.23º | 1% | 0.86% | - |
| XYZ | 32.13 | 16.28 | 15.08 | - |
| YUV | 78.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 106 | 0 | 1.00 | 0.52 | 0.14 | 331.23 | 0.99 | 0.43 |
| Hex | DC | 1 | 6A | 0 | 64 | 34 | E | 14B | 63 | 2B |
| Octal | 334 | 1 | 152 | 0 | 144 | 64 | 16 | 513 | 143 | 53 |
| Binary | 11011100 | 1 | 1101010 | 0 | 1100100 | 110100 | 1110 | 101001011 | 1100011 | 101011 |
Color Harmonies of #DC016A
Complementary color
Monochromatic Colors of #DC016A
Black with #DC016A
Text Example
Text Example
White with #DC016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC016A; }
p { color: rgb(220,1,106); }
H1.HeaderClassName
{
color: #DC016A;
}
.AnyTagClassName
{
color: #DC016A;
}
</style>
background-color css
<style>
a { background-color: #DC016A; }
a { background-color: rgb(220,1,106); }
div.DivClassName
{
background-color: #DC016A;
}
.BgClassName
{
background-color: #DC016A;
}
</style>
border-color css
<style>
span { border-color: #DC016A; }
span { border-color: rgb(220,1,106); }
td.TdClassName
{
border-color: #DC016A;
}
.TagClassName
{
border-color: #DC016A;
}
</style>