Shades of Razzmatazz #DA0168
Tints of Razzmatazz #DA0168
RGB
CMYK
RGB Variations
Color information
#DA0168 (or 0xDA0168) is known color: Razzmatazz. HEX triplet: DA, 01 and 68. RGB value is (218,1,104). Sum of RGB (Red+Green+Blue) = 218+1+104=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0168 is #25FE97. Grayscale: #4D4D4D. Windows color (decimal): -2490008 or 6816218. OLE color: 6816218.
HSL color Cylindrical-coordinate representation of color #DA0168: hue angle of 331.52º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0168 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.15 |
| HSL | 331.52º | 0.99% | 0.43% | - |
| HSV(B) | 331.52º | 1% | 0.85% | - |
| XYZ | 31.42 | 15.93 | 14.51 | - |
| YUV | 77.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 104 | 0 | 1.00 | 0.52 | 0.15 | 331.52 | 0.99 | 0.43 |
| Hex | DA | 1 | 68 | 0 | 64 | 34 | F | 14C | 63 | 2B |
| Octal | 332 | 1 | 150 | 0 | 144 | 64 | 17 | 514 | 143 | 53 |
| Binary | 11011010 | 1 | 1101000 | 0 | 1100100 | 110100 | 1111 | 101001100 | 1100011 | 101011 |
Color Harmonies of #DA0168
Complementary color
Monochromatic Colors of #DA0168
Black with #DA0168
Text Example
Text Example
White with #DA0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0168; }
p { color: rgb(218,1,104); }
H1.HeaderClassName
{
color: #DA0168;
}
.AnyTagClassName
{
color: #DA0168;
}
</style>
background-color css
<style>
a { background-color: #DA0168; }
a { background-color: rgb(218,1,104); }
div.DivClassName
{
background-color: #DA0168;
}
.BgClassName
{
background-color: #DA0168;
}
</style>
border-color css
<style>
span { border-color: #DA0168; }
span { border-color: rgb(218,1,104); }
td.TdClassName
{
border-color: #DA0168;
}
.TagClassName
{
border-color: #DA0168;
}
</style>