Shades of Razzle Dazzle Rose #DA2FCD
Tints of Razzle Dazzle Rose #DA2FCD
RGB
CMYK
RGB Variations
Color information
#DA2FCD (or 0xDA2FCD) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2F and CD. RGB value is (218,47,205). Sum of RGB (Red+Green+Blue) = 218+47+205=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2FCD is #25D032. Grayscale: #737373. Windows color (decimal): -2478131 or 13447130. OLE color: 13447130.
HSL color Cylindrical-coordinate representation of color #DA2FCD: hue angle of 304.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2FCD is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 205 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.15 |
| HSL | 304.56º | 0.7% | 0.52% | - |
| HSV(B) | 304.56º | 0.78% | 0.85% | - |
| XYZ | 40.95 | 21.35 | 59.72 | - |
| YUV | 116.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 205 | 0 | 0.78 | 0.06 | 0.15 | 304.56 | 0.7 | 0.52 |
| Hex | DA | 2F | CD | 0 | 4E | 6 | F | 131 | 46 | 34 |
| Octal | 332 | 57 | 315 | 0 | 116 | 6 | 17 | 461 | 106 | 64 |
| Binary | 11011010 | 101111 | 11001101 | 0 | 1001110 | 110 | 1111 | 100110001 | 1000110 | 110100 |
Color Harmonies of #DA2FCD
Complementary color
Monochromatic Colors of #DA2FCD
Black with #DA2FCD
Text Example
Text Example
White with #DA2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FCD; }
p { color: rgb(218,47,205); }
H1.HeaderClassName
{
color: #DA2FCD;
}
.AnyTagClassName
{
color: #DA2FCD;
}
</style>
background-color css
<style>
a { background-color: #DA2FCD; }
a { background-color: rgb(218,47,205); }
div.DivClassName
{
background-color: #DA2FCD;
}
.BgClassName
{
background-color: #DA2FCD;
}
</style>
border-color css
<style>
span { border-color: #DA2FCD; }
span { border-color: rgb(218,47,205); }
td.TdClassName
{
border-color: #DA2FCD;
}
.TagClassName
{
border-color: #DA2FCD;
}
</style>