Shades of Razzmatazz #DA065C
Tints of Razzmatazz #DA065C
RGB
CMYK
RGB Variations
Color information
#DA065C (or 0xDA065C) is known color: Razzmatazz. HEX triplet: DA, 06 and 5C. RGB value is (218,6,92). Sum of RGB (Red+Green+Blue) = 218+6+92=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA065C is #25F9A3. Grayscale: #4F4F4F. Windows color (decimal): -2488740 or 6031066. OLE color: 6031066.
HSL color Cylindrical-coordinate representation of color #DA065C: hue angle of 335.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA065C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.15 |
| HSL | 335.66º | 0.95% | 0.44% | - |
| HSV(B) | 335.66º | 0.97% | 0.85% | - |
| XYZ | 30.91 | 15.81 | 11.55 | - |
| YUV | 79.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 92 | 0 | 0.97 | 0.58 | 0.15 | 335.66 | 0.95 | 0.44 |
| Hex | DA | 6 | 5C | 0 | 61 | 3A | F | 150 | 5F | 2C |
| Octal | 332 | 6 | 134 | 0 | 141 | 72 | 17 | 520 | 137 | 54 |
| Binary | 11011010 | 110 | 1011100 | 0 | 1100001 | 111010 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #DA065C
Complementary color
Monochromatic Colors of #DA065C
Black with #DA065C
Text Example
Text Example
White with #DA065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA065C; }
p { color: rgb(218,6,92); }
H1.HeaderClassName
{
color: #DA065C;
}
.AnyTagClassName
{
color: #DA065C;
}
</style>
background-color css
<style>
a { background-color: #DA065C; }
a { background-color: rgb(218,6,92); }
div.DivClassName
{
background-color: #DA065C;
}
.BgClassName
{
background-color: #DA065C;
}
</style>
border-color css
<style>
span { border-color: #DA065C; }
span { border-color: rgb(218,6,92); }
td.TdClassName
{
border-color: #DA065C;
}
.TagClassName
{
border-color: #DA065C;
}
</style>