Shades of Razzle Dazzle Rose #DA2AD9
Tints of Razzle Dazzle Rose #DA2AD9
RGB
CMYK
RGB Variations
Color information
#DA2AD9 (or 0xDA2AD9) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and D9. RGB value is (218,42,217). Sum of RGB (Red+Green+Blue) = 218+42+217=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2AD9 is #25D526. Grayscale: #727272. Windows color (decimal): -2479399 or 14232282. OLE color: 14232282.
HSL color Cylindrical-coordinate representation of color #DA2AD9: hue angle of 300.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2AD9 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 217 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.15 |
| HSL | 300.34º | 0.7% | 0.51% | - |
| HSV(B) | 300.34º | 0.81% | 0.85% | - |
| XYZ | 42.27 | 21.57 | 67.58 | - |
| YUV | 114.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 217 | 0 | 0.81 | 0.00 | 0.15 | 300.34 | 0.7 | 0.51 |
| Hex | DA | 2A | D9 | 0 | 51 | 0 | F | 12C | 46 | 33 |
| Octal | 332 | 52 | 331 | 0 | 121 | 0 | 17 | 454 | 106 | 63 |
| Binary | 11011010 | 101010 | 11011001 | 0 | 1010001 | 0 | 1111 | 100101100 | 1000110 | 110011 |
Color Harmonies of #DA2AD9
Complementary color
Monochromatic Colors of #DA2AD9
Black with #DA2AD9
Text Example
Text Example
White with #DA2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AD9; }
p { color: rgb(218,42,217); }
H1.HeaderClassName
{
color: #DA2AD9;
}
.AnyTagClassName
{
color: #DA2AD9;
}
</style>
background-color css
<style>
a { background-color: #DA2AD9; }
a { background-color: rgb(218,42,217); }
div.DivClassName
{
background-color: #DA2AD9;
}
.BgClassName
{
background-color: #DA2AD9;
}
</style>
border-color css
<style>
span { border-color: #DA2AD9; }
span { border-color: rgb(218,42,217); }
td.TdClassName
{
border-color: #DA2AD9;
}
.TagClassName
{
border-color: #DA2AD9;
}
</style>