Shades of Razzle Dazzle Rose #DA2DDD
Tints of Razzle Dazzle Rose #DA2DDD
RGB
CMYK
RGB Variations
Color information
#DA2DDD (or 0xDA2DDD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2D and DD. RGB value is (218,45,221). Sum of RGB (Red+Green+Blue) = 218+45+221=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2DDD is #25D222. Grayscale: #747474. Windows color (decimal): -2478627 or 14495194. OLE color: 14495194.
HSL color Cylindrical-coordinate representation of color #DA2DDD: hue angle of 298.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2DDD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 45 | 221 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.13 |
| HSL | 298.98º | 0.72% | 0.52% | - |
| HSV(B) | 298.98º | 0.8% | 0.87% | - |
| XYZ | 42.9 | 22 | 70.39 | - |
| YUV | 116.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 221 | 0.01 | 0.80 | 0 | 0.13 | 298.98 | 0.72 | 0.52 |
| Hex | DA | 2D | DD | 1 | 50 | 0 | D | 12B | 48 | 34 |
| Octal | 332 | 55 | 335 | 1 | 120 | 0 | 15 | 453 | 110 | 64 |
| Binary | 11011010 | 101101 | 11011101 | 1 | 1010000 | 0 | 1101 | 100101011 | 1001000 | 110100 |
Color Harmonies of #DA2DDD
Complementary color
Monochromatic Colors of #DA2DDD
Black with #DA2DDD
Text Example
Text Example
White with #DA2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2DDD; }
p { color: rgb(218,45,221); }
H1.HeaderClassName
{
color: #DA2DDD;
}
.AnyTagClassName
{
color: #DA2DDD;
}
</style>
background-color css
<style>
a { background-color: #DA2DDD; }
a { background-color: rgb(218,45,221); }
div.DivClassName
{
background-color: #DA2DDD;
}
.BgClassName
{
background-color: #DA2DDD;
}
</style>
border-color css
<style>
span { border-color: #DA2DDD; }
span { border-color: rgb(218,45,221); }
td.TdClassName
{
border-color: #DA2DDD;
}
.TagClassName
{
border-color: #DA2DDD;
}
</style>