Shades of Razzle Dazzle Rose #DA32BF
Tints of Razzle Dazzle Rose #DA32BF
RGB
CMYK
RGB Variations
Color information
#DA32BF (or 0xDA32BF) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and BF. RGB value is (218,50,191). Sum of RGB (Red+Green+Blue) = 218+50+191=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32BF is #25CD40. Grayscale: #737373. Windows color (decimal): -2477377 or 12530394. OLE color: 12530394.
HSL color Cylindrical-coordinate representation of color #DA32BF: hue angle of 309.64º 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 #DA32BF is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 191 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.15 |
| HSL | 309.64º | 0.69% | 0.53% | - |
| HSV(B) | 309.64º | 0.77% | 0.85% | - |
| XYZ | 39.46 | 20.95 | 51.25 | - |
| YUV | 116.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 191 | 0 | 0.77 | 0.12 | 0.15 | 309.64 | 0.69 | 0.53 |
| Hex | DA | 32 | BF | 0 | 4D | C | F | 136 | 45 | 35 |
| Octal | 332 | 62 | 277 | 0 | 115 | 14 | 17 | 466 | 105 | 65 |
| Binary | 11011010 | 110010 | 10111111 | 0 | 1001101 | 1100 | 1111 | 100110110 | 1000101 | 110101 |
Color Harmonies of #DA32BF
Complementary color
Monochromatic Colors of #DA32BF
Black with #DA32BF
Text Example
Text Example
White with #DA32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32BF; }
p { color: rgb(218,50,191); }
H1.HeaderClassName
{
color: #DA32BF;
}
.AnyTagClassName
{
color: #DA32BF;
}
</style>
background-color css
<style>
a { background-color: #DA32BF; }
a { background-color: rgb(218,50,191); }
div.DivClassName
{
background-color: #DA32BF;
}
.BgClassName
{
background-color: #DA32BF;
}
</style>
border-color css
<style>
span { border-color: #DA32BF; }
span { border-color: rgb(218,50,191); }
td.TdClassName
{
border-color: #DA32BF;
}
.TagClassName
{
border-color: #DA32BF;
}
</style>