Shades of Razzle Dazzle Rose #DA32CF
Tints of Razzle Dazzle Rose #DA32CF
RGB
CMYK
RGB Variations
Color information
#DA32CF (or 0xDA32CF) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and CF. RGB value is (218,50,207). Sum of RGB (Red+Green+Blue) = 218+50+207=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32CF is #25CD30. Grayscale: #757575. Windows color (decimal): -2477361 or 13578970. OLE color: 13578970.
HSL color Cylindrical-coordinate representation of color #DA32CF: hue angle of 303.93º 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 #DA32CF is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 207 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.15 |
| HSL | 303.93º | 0.69% | 0.53% | - |
| HSV(B) | 303.93º | 0.77% | 0.85% | - |
| XYZ | 41.32 | 21.69 | 61.04 | - |
| YUV | 118.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 207 | 0 | 0.77 | 0.05 | 0.15 | 303.93 | 0.69 | 0.53 |
| Hex | DA | 32 | CF | 0 | 4D | 5 | F | 130 | 45 | 35 |
| Octal | 332 | 62 | 317 | 0 | 115 | 5 | 17 | 460 | 105 | 65 |
| Binary | 11011010 | 110010 | 11001111 | 0 | 1001101 | 101 | 1111 | 100110000 | 1000101 | 110101 |
Color Harmonies of #DA32CF
Complementary color
Monochromatic Colors of #DA32CF
Black with #DA32CF
Text Example
Text Example
White with #DA32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32CF; }
p { color: rgb(218,50,207); }
H1.HeaderClassName
{
color: #DA32CF;
}
.AnyTagClassName
{
color: #DA32CF;
}
</style>
background-color css
<style>
a { background-color: #DA32CF; }
a { background-color: rgb(218,50,207); }
div.DivClassName
{
background-color: #DA32CF;
}
.BgClassName
{
background-color: #DA32CF;
}
</style>
border-color css
<style>
span { border-color: #DA32CF; }
span { border-color: rgb(218,50,207); }
td.TdClassName
{
border-color: #DA32CF;
}
.TagClassName
{
border-color: #DA32CF;
}
</style>