Shades of Razzle Dazzle Rose #DA2ECD
Tints of Razzle Dazzle Rose #DA2ECD
RGB
CMYK
RGB Variations
Color information
#DA2ECD (or 0xDA2ECD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2E and CD. RGB value is (218,46,205). Sum of RGB (Red+Green+Blue) = 218+46+205=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2ECD is #25D132. Grayscale: #737373. Windows color (decimal): -2478387 or 13446874. OLE color: 13446874.
HSL color Cylindrical-coordinate representation of color #DA2ECD: hue angle of 304.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2ECD is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 205 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.15 |
| HSL | 304.53º | 0.7% | 0.52% | - |
| HSV(B) | 304.53º | 0.79% | 0.85% | - |
| XYZ | 40.91 | 21.27 | 59.71 | - |
| YUV | 115.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 205 | 0 | 0.79 | 0.06 | 0.15 | 304.53 | 0.7 | 0.52 |
| Hex | DA | 2E | CD | 0 | 4F | 6 | F | 131 | 46 | 34 |
| Octal | 332 | 56 | 315 | 0 | 117 | 6 | 17 | 461 | 106 | 64 |
| Binary | 11011010 | 101110 | 11001101 | 0 | 1001111 | 110 | 1111 | 100110001 | 1000110 | 110100 |
Color Harmonies of #DA2ECD
Complementary color
Monochromatic Colors of #DA2ECD
Black with #DA2ECD
Text Example
Text Example
White with #DA2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2ECD; }
p { color: rgb(218,46,205); }
H1.HeaderClassName
{
color: #DA2ECD;
}
.AnyTagClassName
{
color: #DA2ECD;
}
</style>
background-color css
<style>
a { background-color: #DA2ECD; }
a { background-color: rgb(218,46,205); }
div.DivClassName
{
background-color: #DA2ECD;
}
.BgClassName
{
background-color: #DA2ECD;
}
</style>
border-color css
<style>
span { border-color: #DA2ECD; }
span { border-color: rgb(218,46,205); }
td.TdClassName
{
border-color: #DA2ECD;
}
.TagClassName
{
border-color: #DA2ECD;
}
</style>