Shades of Razzle Dazzle Rose #DA2ADC
Tints of Razzle Dazzle Rose #DA2ADC
RGB
CMYK
RGB Variations
Color information
#DA2ADC (or 0xDA2ADC) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and DC. RGB value is (218,42,220). Sum of RGB (Red+Green+Blue) = 218+42+220=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2ADC is #25D523. Grayscale: #727272. Windows color (decimal): -2479396 or 14428890. OLE color: 14428890.
HSL color Cylindrical-coordinate representation of color #DA2ADC: hue angle of 299.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2ADC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 42 | 220 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.14 |
| HSL | 299.33º | 0.72% | 0.51% | - |
| HSV(B) | 299.33º | 0.81% | 0.86% | - |
| XYZ | 42.66 | 21.73 | 69.66 | - |
| YUV | 114.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 220 | 0.01 | 0.81 | 0 | 0.14 | 299.33 | 0.72 | 0.51 |
| Hex | DA | 2A | DC | 1 | 51 | 0 | E | 12B | 48 | 33 |
| Octal | 332 | 52 | 334 | 1 | 121 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011010 | 101010 | 11011100 | 1 | 1010001 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #DA2ADC
Complementary color
Monochromatic Colors of #DA2ADC
Black with #DA2ADC
Text Example
Text Example
White with #DA2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2ADC; }
p { color: rgb(218,42,220); }
H1.HeaderClassName
{
color: #DA2ADC;
}
.AnyTagClassName
{
color: #DA2ADC;
}
</style>
background-color css
<style>
a { background-color: #DA2ADC; }
a { background-color: rgb(218,42,220); }
div.DivClassName
{
background-color: #DA2ADC;
}
.BgClassName
{
background-color: #DA2ADC;
}
</style>
border-color css
<style>
span { border-color: #DA2ADC; }
span { border-color: rgb(218,42,220); }
td.TdClassName
{
border-color: #DA2ADC;
}
.TagClassName
{
border-color: #DA2ADC;
}
</style>