Shades of Razzmatazz #DC0667
Tints of Razzmatazz #DC0667
RGB
CMYK
RGB Variations
Color information
#DC0667 (or 0xDC0667) is known color: Razzmatazz. HEX triplet: DC, 06 and 67. RGB value is (220,6,103). Sum of RGB (Red+Green+Blue) = 220+6+103=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0667 is #23F998. Grayscale: #505050. Windows color (decimal): -2357657 or 6751964. OLE color: 6751964.
HSL color Cylindrical-coordinate representation of color #DC0667: hue angle of 332.8º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0667 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.14 |
| HSL | 332.8º | 0.95% | 0.44% | - |
| HSV(B) | 332.8º | 0.97% | 0.86% | - |
| XYZ | 32.03 | 16.33 | 14.29 | - |
| YUV | 81.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 103 | 0 | 0.97 | 0.53 | 0.14 | 332.8 | 0.95 | 0.44 |
| Hex | DC | 6 | 67 | 0 | 61 | 35 | E | 14D | 5F | 2C |
| Octal | 334 | 6 | 147 | 0 | 141 | 65 | 16 | 515 | 137 | 54 |
| Binary | 11011100 | 110 | 1100111 | 0 | 1100001 | 110101 | 1110 | 101001101 | 1011111 | 101100 |
Color Harmonies of #DC0667
Complementary color
Monochromatic Colors of #DC0667
Black with #DC0667
Text Example
Text Example
White with #DC0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0667; }
p { color: rgb(220,6,103); }
H1.HeaderClassName
{
color: #DC0667;
}
.AnyTagClassName
{
color: #DC0667;
}
</style>
background-color css
<style>
a { background-color: #DC0667; }
a { background-color: rgb(220,6,103); }
div.DivClassName
{
background-color: #DC0667;
}
.BgClassName
{
background-color: #DC0667;
}
</style>
border-color css
<style>
span { border-color: #DC0667; }
span { border-color: rgb(220,6,103); }
td.TdClassName
{
border-color: #DC0667;
}
.TagClassName
{
border-color: #DC0667;
}
</style>