Shades of Razzle Dazzle Rose #DA32C4
Tints of Razzle Dazzle Rose #DA32C4
RGB
CMYK
RGB Variations
Color information
#DA32C4 (or 0xDA32C4) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and C4. RGB value is (218,50,196). Sum of RGB (Red+Green+Blue) = 218+50+196=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32C4 is #25CD3B. Grayscale: #747474. Windows color (decimal): -2477372 or 12858074. OLE color: 12858074.
HSL color Cylindrical-coordinate representation of color #DA32C4: hue angle of 307.86º 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 #DA32C4 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 196 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.15 |
| HSL | 307.86º | 0.69% | 0.53% | - |
| HSV(B) | 307.86º | 0.77% | 0.85% | - |
| XYZ | 40.02 | 21.17 | 54.2 | - |
| YUV | 116.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 196 | 0 | 0.77 | 0.10 | 0.15 | 307.86 | 0.69 | 0.53 |
| Hex | DA | 32 | C4 | 0 | 4D | A | F | 134 | 45 | 35 |
| Octal | 332 | 62 | 304 | 0 | 115 | 12 | 17 | 464 | 105 | 65 |
| Binary | 11011010 | 110010 | 11000100 | 0 | 1001101 | 1010 | 1111 | 100110100 | 1000101 | 110101 |
Color Harmonies of #DA32C4
Complementary color
Monochromatic Colors of #DA32C4
Black with #DA32C4
Text Example
Text Example
White with #DA32C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32C4; }
p { color: rgb(218,50,196); }
H1.HeaderClassName
{
color: #DA32C4;
}
.AnyTagClassName
{
color: #DA32C4;
}
</style>
background-color css
<style>
a { background-color: #DA32C4; }
a { background-color: rgb(218,50,196); }
div.DivClassName
{
background-color: #DA32C4;
}
.BgClassName
{
background-color: #DA32C4;
}
</style>
border-color css
<style>
span { border-color: #DA32C4; }
span { border-color: rgb(218,50,196); }
td.TdClassName
{
border-color: #DA32C4;
}
.TagClassName
{
border-color: #DA32C4;
}
</style>