Shades of Razzmatazz #DA006D
Tints of Razzmatazz #DA006D
RGB
CMYK
RGB Variations
Color information
#DA006D (or 0xDA006D) is known color: Razzmatazz. HEX triplet: DA, 00 and 6D. RGB value is (218,0,109). Sum of RGB (Red+Green+Blue) = 218+0+109=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA006D is #25FF92. Grayscale: #4D4D4D. Windows color (decimal): -2490259 or 7143642. OLE color: 7143642.
HSL color Cylindrical-coordinate representation of color #DA006D: hue angle of 330º 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 #DA006D is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.5 | 0.15 |
| HSL | 330º | 1% | 0.43% | - |
| HSV(B) | 330º | 1% | 0.85% | - |
| XYZ | 31.67 | 16.01 | 15.89 | - |
| YUV | 77.61 | 145.72 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 109 | 0 | 1 | 0.5 | 0.15 | 330 | 1 | 0.43 |
| Hex | DA | 0 | 6D | 0 | 64 | 32 | F | 14A | 64 | 2B |
| Octal | 332 | 0 | 155 | 0 | 144 | 62 | 17 | 512 | 144 | 53 |
| Binary | 11011010 | 0 | 1101101 | 0 | 1100100 | 110010 | 1111 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DA006D
Complementary color
Monochromatic Colors of #DA006D
Black with #DA006D
Text Example
Text Example
White with #DA006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA006D; }
p { color: rgb(218,0,109); }
H1.HeaderClassName
{
color: #DA006D;
}
.AnyTagClassName
{
color: #DA006D;
}
</style>
background-color css
<style>
a { background-color: #DA006D; }
a { background-color: rgb(218,0,109); }
div.DivClassName
{
background-color: #DA006D;
}
.BgClassName
{
background-color: #DA006D;
}
</style>
border-color css
<style>
span { border-color: #DA006D; }
span { border-color: rgb(218,0,109); }
td.TdClassName
{
border-color: #DA006D;
}
.TagClassName
{
border-color: #DA006D;
}
</style>