Shades of Razzle Dazzle Rose #DA32BB
Tints of Razzle Dazzle Rose #DA32BB
RGB
CMYK
RGB Variations
Color information
#DA32BB (or 0xDA32BB) is known color: Razzle Dazzle Rose. HEX triplet: DA, 32 and BB. RGB value is (218,50,187). Sum of RGB (Red+Green+Blue) = 218+50+187=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA32BB is #25CD44. Grayscale: #737373. Windows color (decimal): -2477381 or 12268250. OLE color: 12268250.
HSL color Cylindrical-coordinate representation of color #DA32BB: hue angle of 311.07º 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 #DA32BB is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 187 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.15 |
| HSL | 311.07º | 0.69% | 0.53% | - |
| HSV(B) | 311.07º | 0.77% | 0.85% | - |
| XYZ | 39.02 | 20.77 | 48.97 | - |
| YUV | 115.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 187 | 0 | 0.77 | 0.14 | 0.15 | 311.07 | 0.69 | 0.53 |
| Hex | DA | 32 | BB | 0 | 4D | E | F | 137 | 45 | 35 |
| Octal | 332 | 62 | 273 | 0 | 115 | 16 | 17 | 467 | 105 | 65 |
| Binary | 11011010 | 110010 | 10111011 | 0 | 1001101 | 1110 | 1111 | 100110111 | 1000101 | 110101 |
Color Harmonies of #DA32BB
Complementary color
Monochromatic Colors of #DA32BB
Black with #DA32BB
Text Example
Text Example
White with #DA32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA32BB; }
p { color: rgb(218,50,187); }
H1.HeaderClassName
{
color: #DA32BB;
}
.AnyTagClassName
{
color: #DA32BB;
}
</style>
background-color css
<style>
a { background-color: #DA32BB; }
a { background-color: rgb(218,50,187); }
div.DivClassName
{
background-color: #DA32BB;
}
.BgClassName
{
background-color: #DA32BB;
}
</style>
border-color css
<style>
span { border-color: #DA32BB; }
span { border-color: rgb(218,50,187); }
td.TdClassName
{
border-color: #DA32BB;
}
.TagClassName
{
border-color: #DA32BB;
}
</style>