Shades of Razzle Dazzle Rose #DA2AD4
Tints of Razzle Dazzle Rose #DA2AD4
RGB
CMYK
RGB Variations
Color information
#DA2AD4 (or 0xDA2AD4) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and D4. RGB value is (218,42,212). Sum of RGB (Red+Green+Blue) = 218+42+212=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2AD4 is #25D52B. Grayscale: #717171. Windows color (decimal): -2479404 or 13904602. OLE color: 13904602.
HSL color Cylindrical-coordinate representation of color #DA2AD4: hue angle of 302.05º 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 #DA2AD4 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 212 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.15 |
| HSL | 302.05º | 0.7% | 0.51% | - |
| HSV(B) | 302.05º | 0.81% | 0.85% | - |
| XYZ | 41.63 | 21.31 | 64.21 | - |
| YUV | 114 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 212 | 0 | 0.81 | 0.03 | 0.15 | 302.05 | 0.7 | 0.51 |
| Hex | DA | 2A | D4 | 0 | 51 | 3 | F | 12E | 46 | 33 |
| Octal | 332 | 52 | 324 | 0 | 121 | 3 | 17 | 456 | 106 | 63 |
| Binary | 11011010 | 101010 | 11010100 | 0 | 1010001 | 11 | 1111 | 100101110 | 1000110 | 110011 |
Color Harmonies of #DA2AD4
Complementary color
Monochromatic Colors of #DA2AD4
Black with #DA2AD4
Text Example
Text Example
White with #DA2AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AD4; }
p { color: rgb(218,42,212); }
H1.HeaderClassName
{
color: #DA2AD4;
}
.AnyTagClassName
{
color: #DA2AD4;
}
</style>
background-color css
<style>
a { background-color: #DA2AD4; }
a { background-color: rgb(218,42,212); }
div.DivClassName
{
background-color: #DA2AD4;
}
.BgClassName
{
background-color: #DA2AD4;
}
</style>
border-color css
<style>
span { border-color: #DA2AD4; }
span { border-color: rgb(218,42,212); }
td.TdClassName
{
border-color: #DA2AD4;
}
.TagClassName
{
border-color: #DA2AD4;
}
</style>