Shades of Razzle Dazzle Rose #DA2AD5
Tints of Razzle Dazzle Rose #DA2AD5
RGB
CMYK
RGB Variations
Color information
#DA2AD5 (or 0xDA2AD5) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and D5. RGB value is (218,42,213). Sum of RGB (Red+Green+Blue) = 218+42+213=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2AD5 is #25D52A. Grayscale: #717171. Windows color (decimal): -2479403 or 13970138. OLE color: 13970138.
HSL color Cylindrical-coordinate representation of color #DA2AD5: hue angle of 301.7º 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 #DA2AD5 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 213 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.15 |
| HSL | 301.7º | 0.7% | 0.51% | - |
| HSV(B) | 301.7º | 0.81% | 0.85% | - |
| XYZ | 41.75 | 21.37 | 64.87 | - |
| YUV | 114.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 213 | 0 | 0.81 | 0.02 | 0.15 | 301.7 | 0.7 | 0.51 |
| Hex | DA | 2A | D5 | 0 | 51 | 2 | F | 12E | 46 | 33 |
| Octal | 332 | 52 | 325 | 0 | 121 | 2 | 17 | 456 | 106 | 63 |
| Binary | 11011010 | 101010 | 11010101 | 0 | 1010001 | 10 | 1111 | 100101110 | 1000110 | 110011 |
Color Harmonies of #DA2AD5
Complementary color
Monochromatic Colors of #DA2AD5
Black with #DA2AD5
Text Example
Text Example
White with #DA2AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2AD5; }
p { color: rgb(218,42,213); }
H1.HeaderClassName
{
color: #DA2AD5;
}
.AnyTagClassName
{
color: #DA2AD5;
}
</style>
background-color css
<style>
a { background-color: #DA2AD5; }
a { background-color: rgb(218,42,213); }
div.DivClassName
{
background-color: #DA2AD5;
}
.BgClassName
{
background-color: #DA2AD5;
}
</style>
border-color css
<style>
span { border-color: #DA2AD5; }
span { border-color: rgb(218,42,213); }
td.TdClassName
{
border-color: #DA2AD5;
}
.TagClassName
{
border-color: #DA2AD5;
}
</style>