Shades of Razzle Dazzle Rose #DA2ACC
Tints of Razzle Dazzle Rose #DA2ACC
RGB
CMYK
RGB Variations
Color information
#DA2ACC (or 0xDA2ACC) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2A and CC. RGB value is (218,42,204). Sum of RGB (Red+Green+Blue) = 218+42+204=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2ACC is #25D533. Grayscale: #707070. Windows color (decimal): -2479412 or 13380314. OLE color: 13380314.
HSL color Cylindrical-coordinate representation of color #DA2ACC: hue angle of 304.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2ACC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 204 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.15 |
| HSL | 304.77º | 0.7% | 0.51% | - |
| HSV(B) | 304.77º | 0.81% | 0.85% | - |
| XYZ | 40.64 | 20.92 | 59.02 | - |
| YUV | 113.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 204 | 0 | 0.81 | 0.06 | 0.15 | 304.77 | 0.7 | 0.51 |
| Hex | DA | 2A | CC | 0 | 51 | 6 | F | 131 | 46 | 33 |
| Octal | 332 | 52 | 314 | 0 | 121 | 6 | 17 | 461 | 106 | 63 |
| Binary | 11011010 | 101010 | 11001100 | 0 | 1010001 | 110 | 1111 | 100110001 | 1000110 | 110011 |
Color Harmonies of #DA2ACC
Complementary color
Monochromatic Colors of #DA2ACC
Black with #DA2ACC
Text Example
Text Example
White with #DA2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2ACC; }
p { color: rgb(218,42,204); }
H1.HeaderClassName
{
color: #DA2ACC;
}
.AnyTagClassName
{
color: #DA2ACC;
}
</style>
background-color css
<style>
a { background-color: #DA2ACC; }
a { background-color: rgb(218,42,204); }
div.DivClassName
{
background-color: #DA2ACC;
}
.BgClassName
{
background-color: #DA2ACC;
}
</style>
border-color css
<style>
span { border-color: #DA2ACC; }
span { border-color: rgb(218,42,204); }
td.TdClassName
{
border-color: #DA2ACC;
}
.TagClassName
{
border-color: #DA2ACC;
}
</style>