Shades of Razzle Dazzle Rose #DA32BA
Tints of Razzle Dazzle Rose #DA32BA
RGB
CMYK
RGB Variations
Color information
#DA32BA (or 0xDA32BA) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and BA. RGB value is (218,50,186). Sum of RGB (Red+Green+Blue) = 218+50+186=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32BA is #25CD45. Grayscale: #737373. Windows color (decimal): -2477382 or 12202714. OLE color: 12202714.
HSL color Cylindrical-coordinate representation of color #DA32BA: hue angle of 311.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA32BA is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 186 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.15 |
| HSL | 311.43º | 0.69% | 0.53% | - |
| HSV(B) | 311.43º | 0.77% | 0.85% | - |
| XYZ | 38.92 | 20.73 | 48.4 | - |
| YUV | 115.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 186 | 0 | 0.77 | 0.15 | 0.15 | 311.43 | 0.69 | 0.53 |
| Hex | DA | 32 | BA | 0 | 4D | F | F | 137 | 45 | 35 |
| Octal | 332 | 62 | 272 | 0 | 115 | 17 | 17 | 467 | 105 | 65 |
| Binary | 11011010 | 110010 | 10111010 | 0 | 1001101 | 1111 | 1111 | 100110111 | 1000101 | 110101 |
Color Harmonies of #DA32BA
Complementary color
Monochromatic Colors of #DA32BA
Black with #DA32BA
Text Example
Text Example
White with #DA32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32BA; }
p { color: rgb(218,50,186); }
H1.HeaderClassName
{
color: #DA32BA;
}
.AnyTagClassName
{
color: #DA32BA;
}
</style>
background-color css
<style>
a { background-color: #DA32BA; }
a { background-color: rgb(218,50,186); }
div.DivClassName
{
background-color: #DA32BA;
}
.BgClassName
{
background-color: #DA32BA;
}
</style>
border-color css
<style>
span { border-color: #DA32BA; }
span { border-color: rgb(218,50,186); }
td.TdClassName
{
border-color: #DA32BA;
}
.TagClassName
{
border-color: #DA32BA;
}
</style>