Shades of Razzmatazz #DA036A
Tints of Razzmatazz #DA036A
RGB
CMYK
RGB Variations
Color information
#DA036A (or 0xDA036A) is known color: Razzmatazz. HEX triplet: DA, 03 and 6A. RGB value is (218,3,106). Sum of RGB (Red+Green+Blue) = 218+3+106=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA036A is #25FC95. Grayscale: #4E4E4E. Windows color (decimal): -2489494 or 6947802. OLE color: 6947802.
HSL color Cylindrical-coordinate representation of color #DA036A: hue angle of 331.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA036A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.15 |
| HSL | 331.26º | 0.97% | 0.43% | - |
| HSV(B) | 331.26º | 0.99% | 0.85% | - |
| XYZ | 31.55 | 16.01 | 15.06 | - |
| YUV | 79.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 106 | 0 | 0.99 | 0.51 | 0.15 | 331.26 | 0.97 | 0.43 |
| Hex | DA | 3 | 6A | 0 | 63 | 33 | F | 14B | 61 | 2B |
| Octal | 332 | 3 | 152 | 0 | 143 | 63 | 17 | 513 | 141 | 53 |
| Binary | 11011010 | 11 | 1101010 | 0 | 1100011 | 110011 | 1111 | 101001011 | 1100001 | 101011 |
Color Harmonies of #DA036A
Complementary color
Monochromatic Colors of #DA036A
Black with #DA036A
Text Example
Text Example
White with #DA036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA036A; }
p { color: rgb(218,3,106); }
H1.HeaderClassName
{
color: #DA036A;
}
.AnyTagClassName
{
color: #DA036A;
}
</style>
background-color css
<style>
a { background-color: #DA036A; }
a { background-color: rgb(218,3,106); }
div.DivClassName
{
background-color: #DA036A;
}
.BgClassName
{
background-color: #DA036A;
}
</style>
border-color css
<style>
span { border-color: #DA036A; }
span { border-color: rgb(218,3,106); }
td.TdClassName
{
border-color: #DA036A;
}
.TagClassName
{
border-color: #DA036A;
}
</style>