Shades of Razzmatazz #DA006C
Tints of Razzmatazz #DA006C
RGB
CMYK
RGB Variations
Color information
#DA006C (or 0xDA006C) is known color: Razzmatazz. HEX triplet: DA, 00 and 6C. RGB value is (218,0,108). Sum of RGB (Red+Green+Blue) = 218+0+108=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA006C is #25FF93. Grayscale: #4D4D4D. Windows color (decimal): -2490260 or 7078106. OLE color: 7078106.
HSL color Cylindrical-coordinate representation of color #DA006C: hue angle of 330.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA006C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.50 | 0.15 |
| HSL | 330.28º | 1% | 0.43% | - |
| HSV(B) | 330.28º | 1% | 0.85% | - |
| XYZ | 31.62 | 15.99 | 15.61 | - |
| YUV | 77.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 108 | 0 | 1 | 0.50 | 0.15 | 330.28 | 1 | 0.43 |
| Hex | DA | 0 | 6C | 0 | 64 | 32 | F | 14A | 64 | 2B |
| Octal | 332 | 0 | 154 | 0 | 144 | 62 | 17 | 512 | 144 | 53 |
| Binary | 11011010 | 0 | 1101100 | 0 | 1100100 | 110010 | 1111 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DA006C
Complementary color
Monochromatic Colors of #DA006C
Black with #DA006C
Text Example
Text Example
White with #DA006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA006C; }
p { color: rgb(218,0,108); }
H1.HeaderClassName
{
color: #DA006C;
}
.AnyTagClassName
{
color: #DA006C;
}
</style>
background-color css
<style>
a { background-color: #DA006C; }
a { background-color: rgb(218,0,108); }
div.DivClassName
{
background-color: #DA006C;
}
.BgClassName
{
background-color: #DA006C;
}
</style>
border-color css
<style>
span { border-color: #DA006C; }
span { border-color: rgb(218,0,108); }
td.TdClassName
{
border-color: #DA006C;
}
.TagClassName
{
border-color: #DA006C;
}
</style>