Shades of Razzmatazz #DC0168
Tints of Razzmatazz #DC0168
RGB
CMYK
RGB Variations
Color information
#DC0168 (or 0xDC0168) is known color: Razzmatazz. HEX triplet: DC, 01 and 68. RGB value is (220,1,104). Sum of RGB (Red+Green+Blue) = 220+1+104=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0168 is #23FE97. Grayscale: #4E4E4E. Windows color (decimal): -2358936 or 6816220. OLE color: 6816220.
HSL color Cylindrical-coordinate representation of color #DC0168: hue angle of 331.78º 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 #DC0168 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.14 |
| HSL | 331.78º | 0.99% | 0.43% | - |
| HSV(B) | 331.78º | 1% | 0.86% | - |
| XYZ | 32.02 | 16.24 | 14.54 | - |
| YUV | 78.22 | 142.55 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 104 | 0 | 1.00 | 0.53 | 0.14 | 331.78 | 0.99 | 0.43 |
| Hex | DC | 1 | 68 | 0 | 64 | 35 | E | 14C | 63 | 2B |
| Octal | 334 | 1 | 150 | 0 | 144 | 65 | 16 | 514 | 143 | 53 |
| Binary | 11011100 | 1 | 1101000 | 0 | 1100100 | 110101 | 1110 | 101001100 | 1100011 | 101011 |
Color Harmonies of #DC0168
Complementary color
Monochromatic Colors of #DC0168
Black with #DC0168
Text Example
Text Example
White with #DC0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0168; }
p { color: rgb(220,1,104); }
H1.HeaderClassName
{
color: #DC0168;
}
.AnyTagClassName
{
color: #DC0168;
}
</style>
background-color css
<style>
a { background-color: #DC0168; }
a { background-color: rgb(220,1,104); }
div.DivClassName
{
background-color: #DC0168;
}
.BgClassName
{
background-color: #DC0168;
}
</style>
border-color css
<style>
span { border-color: #DC0168; }
span { border-color: rgb(220,1,104); }
td.TdClassName
{
border-color: #DC0168;
}
.TagClassName
{
border-color: #DC0168;
}
</style>