Shades of Razzle Dazzle Rose #DA32D4
Tints of Razzle Dazzle Rose #DA32D4
RGB
CMYK
RGB Variations
Color information
#DA32D4 (or 0xDA32D4) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and D4. RGB value is (218,50,212). Sum of RGB (Red+Green+Blue) = 218+50+212=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32D4 is #25CD2B. Grayscale: #767676. Windows color (decimal): -2477356 or 13906650. OLE color: 13906650.
HSL color Cylindrical-coordinate representation of color #DA32D4: hue angle of 302.14º 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 #DA32D4 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 212 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.15 |
| HSL | 302.14º | 0.69% | 0.53% | - |
| HSV(B) | 302.14º | 0.77% | 0.85% | - |
| XYZ | 41.94 | 21.94 | 64.31 | - |
| YUV | 118.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 212 | 0 | 0.77 | 0.03 | 0.15 | 302.14 | 0.69 | 0.53 |
| Hex | DA | 32 | D4 | 0 | 4D | 3 | F | 12E | 45 | 35 |
| Octal | 332 | 62 | 324 | 0 | 115 | 3 | 17 | 456 | 105 | 65 |
| Binary | 11011010 | 110010 | 11010100 | 0 | 1001101 | 11 | 1111 | 100101110 | 1000101 | 110101 |
Color Harmonies of #DA32D4
Complementary color
Monochromatic Colors of #DA32D4
Black with #DA32D4
Text Example
Text Example
White with #DA32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32D4; }
p { color: rgb(218,50,212); }
H1.HeaderClassName
{
color: #DA32D4;
}
.AnyTagClassName
{
color: #DA32D4;
}
</style>
background-color css
<style>
a { background-color: #DA32D4; }
a { background-color: rgb(218,50,212); }
div.DivClassName
{
background-color: #DA32D4;
}
.BgClassName
{
background-color: #DA32D4;
}
</style>
border-color css
<style>
span { border-color: #DA32D4; }
span { border-color: rgb(218,50,212); }
td.TdClassName
{
border-color: #DA32D4;
}
.TagClassName
{
border-color: #DA32D4;
}
</style>