Shades of Razzmatazz #DA065D
Tints of Razzmatazz #DA065D
RGB
CMYK
RGB Variations
Color information
#DA065D (or 0xDA065D) is known color: Razzmatazz. HEX triplet: DA, 06 and 5D. RGB value is (218,6,93). Sum of RGB (Red+Green+Blue) = 218+6+93=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA065D is #25F9A2. Grayscale: #4F4F4F. Windows color (decimal): -2488739 or 6096602. OLE color: 6096602.
HSL color Cylindrical-coordinate representation of color #DA065D: hue angle of 335.38º 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 #DA065D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.15 |
| HSL | 335.38º | 0.95% | 0.44% | - |
| HSV(B) | 335.38º | 0.97% | 0.85% | - |
| XYZ | 30.95 | 15.83 | 11.78 | - |
| YUV | 79.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 93 | 0 | 0.97 | 0.57 | 0.15 | 335.38 | 0.95 | 0.44 |
| Hex | DA | 6 | 5D | 0 | 61 | 39 | F | 14F | 5F | 2C |
| Octal | 332 | 6 | 135 | 0 | 141 | 71 | 17 | 517 | 137 | 54 |
| Binary | 11011010 | 110 | 1011101 | 0 | 1100001 | 111001 | 1111 | 101001111 | 1011111 | 101100 |
Color Harmonies of #DA065D
Complementary color
Monochromatic Colors of #DA065D
Black with #DA065D
Text Example
Text Example
White with #DA065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA065D; }
p { color: rgb(218,6,93); }
H1.HeaderClassName
{
color: #DA065D;
}
.AnyTagClassName
{
color: #DA065D;
}
</style>
background-color css
<style>
a { background-color: #DA065D; }
a { background-color: rgb(218,6,93); }
div.DivClassName
{
background-color: #DA065D;
}
.BgClassName
{
background-color: #DA065D;
}
</style>
border-color css
<style>
span { border-color: #DA065D; }
span { border-color: rgb(218,6,93); }
td.TdClassName
{
border-color: #DA065D;
}
.TagClassName
{
border-color: #DA065D;
}
</style>