Shades of Razzle Dazzle Rose #DA2EDD
Tints of Razzle Dazzle Rose #DA2EDD
RGB
CMYK
RGB Variations
Color information
#DA2EDD (or 0xDA2EDD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2E and DD. RGB value is (218,46,221). Sum of RGB (Red+Green+Blue) = 218+46+221=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2EDD is #25D122. Grayscale: #747474. Windows color (decimal): -2478371 or 14495450. OLE color: 14495450.
HSL color Cylindrical-coordinate representation of color #DA2EDD: hue angle of 298.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2EDD is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 46 | 221 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.13 |
| HSL | 298.97º | 0.72% | 0.52% | - |
| HSV(B) | 298.97º | 0.79% | 0.87% | - |
| XYZ | 42.94 | 22.08 | 70.41 | - |
| YUV | 117.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 221 | 0.01 | 0.79 | 0 | 0.13 | 298.97 | 0.72 | 0.52 |
| Hex | DA | 2E | DD | 1 | 4F | 0 | D | 12B | 48 | 34 |
| Octal | 332 | 56 | 335 | 1 | 117 | 0 | 15 | 453 | 110 | 64 |
| Binary | 11011010 | 101110 | 11011101 | 1 | 1001111 | 0 | 1101 | 100101011 | 1001000 | 110100 |
Color Harmonies of #DA2EDD
Complementary color
Monochromatic Colors of #DA2EDD
Black with #DA2EDD
Text Example
Text Example
White with #DA2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2EDD; }
p { color: rgb(218,46,221); }
H1.HeaderClassName
{
color: #DA2EDD;
}
.AnyTagClassName
{
color: #DA2EDD;
}
</style>
background-color css
<style>
a { background-color: #DA2EDD; }
a { background-color: rgb(218,46,221); }
div.DivClassName
{
background-color: #DA2EDD;
}
.BgClassName
{
background-color: #DA2EDD;
}
</style>
border-color css
<style>
span { border-color: #DA2EDD; }
span { border-color: rgb(218,46,221); }
td.TdClassName
{
border-color: #DA2EDD;
}
.TagClassName
{
border-color: #DA2EDD;
}
</style>