Shades of Razzmatazz #DA0468
Tints of Razzmatazz #DA0468
RGB
CMYK
RGB Variations
Color information
#DA0468 (or 0xDA0468) is known color: Razzmatazz. HEX triplet: DA, 04 and 68. RGB value is (218,4,104). Sum of RGB (Red+Green+Blue) = 218+4+104=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0468 is #25FB97. Grayscale: #4F4F4F. Windows color (decimal): -2489240 or 6816986. OLE color: 6816986.
HSL color Cylindrical-coordinate representation of color #DA0468: hue angle of 331.96º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0468 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.15 |
| HSL | 331.96º | 0.96% | 0.44% | - |
| HSV(B) | 331.96º | 0.98% | 0.85% | - |
| XYZ | 31.46 | 15.99 | 14.53 | - |
| YUV | 79.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 104 | 0 | 0.98 | 0.52 | 0.15 | 331.96 | 0.96 | 0.44 |
| Hex | DA | 4 | 68 | 0 | 62 | 34 | F | 14C | 60 | 2C |
| Octal | 332 | 4 | 150 | 0 | 142 | 64 | 17 | 514 | 140 | 54 |
| Binary | 11011010 | 100 | 1101000 | 0 | 1100010 | 110100 | 1111 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DA0468
Complementary color
Monochromatic Colors of #DA0468
Black with #DA0468
Text Example
Text Example
White with #DA0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0468; }
p { color: rgb(218,4,104); }
H1.HeaderClassName
{
color: #DA0468;
}
.AnyTagClassName
{
color: #DA0468;
}
</style>
background-color css
<style>
a { background-color: #DA0468; }
a { background-color: rgb(218,4,104); }
div.DivClassName
{
background-color: #DA0468;
}
.BgClassName
{
background-color: #DA0468;
}
</style>
border-color css
<style>
span { border-color: #DA0468; }
span { border-color: rgb(218,4,104); }
td.TdClassName
{
border-color: #DA0468;
}
.TagClassName
{
border-color: #DA0468;
}
</style>