Shades of Razzle Dazzle Rose #DA29BB
Tints of Razzle Dazzle Rose #DA29BB
RGB
CMYK
RGB Variations
Color information
#DA29BB (or 0xDA29BB) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and BB. RGB value is (218,41,187). Sum of RGB (Red+Green+Blue) = 218+41+187=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29BB is #25D644. Grayscale: #6E6E6E. Windows color (decimal): -2479685 or 12265946. OLE color: 12265946.
HSL color Cylindrical-coordinate representation of color #DA29BB: hue angle of 310.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA29BB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 187 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.15 |
| HSL | 310.51º | 0.71% | 0.51% | - |
| HSV(B) | 310.51º | 0.81% | 0.85% | - |
| XYZ | 38.68 | 20.08 | 48.85 | - |
| YUV | 110.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 187 | 0 | 0.81 | 0.14 | 0.15 | 310.51 | 0.71 | 0.51 |
| Hex | DA | 29 | BB | 0 | 51 | E | F | 137 | 47 | 33 |
| Octal | 332 | 51 | 273 | 0 | 121 | 16 | 17 | 467 | 107 | 63 |
| Binary | 11011010 | 101001 | 10111011 | 0 | 1010001 | 1110 | 1111 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DA29BB
Complementary color
Monochromatic Colors of #DA29BB
Black with #DA29BB
Text Example
Text Example
White with #DA29BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29BB; }
p { color: rgb(218,41,187); }
H1.HeaderClassName
{
color: #DA29BB;
}
.AnyTagClassName
{
color: #DA29BB;
}
</style>
background-color css
<style>
a { background-color: #DA29BB; }
a { background-color: rgb(218,41,187); }
div.DivClassName
{
background-color: #DA29BB;
}
.BgClassName
{
background-color: #DA29BB;
}
</style>
border-color css
<style>
span { border-color: #DA29BB; }
span { border-color: rgb(218,41,187); }
td.TdClassName
{
border-color: #DA29BB;
}
.TagClassName
{
border-color: #DA29BB;
}
</style>