Shades of Razzle Dazzle Rose #DA32CC
Tints of Razzle Dazzle Rose #DA32CC
RGB
CMYK
RGB Variations
Color information
#DA32CC (or 0xDA32CC) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and CC. RGB value is (218,50,204). Sum of RGB (Red+Green+Blue) = 218+50+204=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32CC is #25CD33. Grayscale: #757575. Windows color (decimal): -2477364 or 13382362. OLE color: 13382362.
HSL color Cylindrical-coordinate representation of color #DA32CC: hue angle of 305º 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 #DA32CC is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 204 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.15 |
| HSL | 305º | 0.69% | 0.53% | - |
| HSV(B) | 305º | 0.77% | 0.85% | - |
| XYZ | 40.95 | 21.55 | 59.13 | - |
| YUV | 117.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 204 | 0 | 0.77 | 0.06 | 0.15 | 305 | 0.69 | 0.53 |
| Hex | DA | 32 | CC | 0 | 4D | 6 | F | 131 | 45 | 35 |
| Octal | 332 | 62 | 314 | 0 | 115 | 6 | 17 | 461 | 105 | 65 |
| Binary | 11011010 | 110010 | 11001100 | 0 | 1001101 | 110 | 1111 | 100110001 | 1000101 | 110101 |
Color Harmonies of #DA32CC
Complementary color
Monochromatic Colors of #DA32CC
Black with #DA32CC
Text Example
Text Example
White with #DA32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32CC; }
p { color: rgb(218,50,204); }
H1.HeaderClassName
{
color: #DA32CC;
}
.AnyTagClassName
{
color: #DA32CC;
}
</style>
background-color css
<style>
a { background-color: #DA32CC; }
a { background-color: rgb(218,50,204); }
div.DivClassName
{
background-color: #DA32CC;
}
.BgClassName
{
background-color: #DA32CC;
}
</style>
border-color css
<style>
span { border-color: #DA32CC; }
span { border-color: rgb(218,50,204); }
td.TdClassName
{
border-color: #DA32CC;
}
.TagClassName
{
border-color: #DA32CC;
}
</style>