Shades of Razzle Dazzle Rose #DA2BCC
Tints of Razzle Dazzle Rose #DA2BCC
RGB
CMYK
RGB Variations
Color information
#DA2BCC (or 0xDA2BCC) is known color: Razzle Dazzle Rose. HEX triplet: DA, 2B and CC. RGB value is (218,43,204). Sum of RGB (Red+Green+Blue) = 218+43+204=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA2BCC is #25D433. Grayscale: #717171. Windows color (decimal): -2479156 or 13380570. OLE color: 13380570.
HSL color Cylindrical-coordinate representation of color #DA2BCC: hue angle of 304.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2BCC is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 204 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.15 |
| HSL | 304.8º | 0.7% | 0.51% | - |
| HSV(B) | 304.8º | 0.8% | 0.85% | - |
| XYZ | 40.68 | 20.99 | 59.03 | - |
| YUV | 113.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 204 | 0 | 0.80 | 0.06 | 0.15 | 304.8 | 0.7 | 0.51 |
| Hex | DA | 2B | CC | 0 | 50 | 6 | F | 131 | 46 | 33 |
| Octal | 332 | 53 | 314 | 0 | 120 | 6 | 17 | 461 | 106 | 63 |
| Binary | 11011010 | 101011 | 11001100 | 0 | 1010000 | 110 | 1111 | 100110001 | 1000110 | 110011 |
Color Harmonies of #DA2BCC
Complementary color
Monochromatic Colors of #DA2BCC
Black with #DA2BCC
Text Example
Text Example
White with #DA2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2BCC; }
p { color: rgb(218,43,204); }
H1.HeaderClassName
{
color: #DA2BCC;
}
.AnyTagClassName
{
color: #DA2BCC;
}
</style>
background-color css
<style>
a { background-color: #DA2BCC; }
a { background-color: rgb(218,43,204); }
div.DivClassName
{
background-color: #DA2BCC;
}
.BgClassName
{
background-color: #DA2BCC;
}
</style>
border-color css
<style>
span { border-color: #DA2BCC; }
span { border-color: rgb(218,43,204); }
td.TdClassName
{
border-color: #DA2BCC;
}
.TagClassName
{
border-color: #DA2BCC;
}
</style>