Shades of Razzle Dazzle Rose #DA29C6
Tints of Razzle Dazzle Rose #DA29C6
RGB
CMYK
RGB Variations
Color information
#DA29C6 (or 0xDA29C6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and C6. RGB value is (218,41,198). Sum of RGB (Red+Green+Blue) = 218+41+198=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29C6 is #25D639. Grayscale: #6F6F6F. Windows color (decimal): -2479674 or 12986842. OLE color: 12986842.
HSL color Cylindrical-coordinate representation of color #DA29C6: hue angle of 306.78º 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 #DA29C6 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 198 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.15 |
| HSL | 306.78º | 0.71% | 0.51% | - |
| HSV(B) | 306.78º | 0.81% | 0.85% | - |
| XYZ | 39.9 | 20.57 | 55.29 | - |
| YUV | 111.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 198 | 0 | 0.81 | 0.09 | 0.15 | 306.78 | 0.71 | 0.51 |
| Hex | DA | 29 | C6 | 0 | 51 | 9 | F | 133 | 47 | 33 |
| Octal | 332 | 51 | 306 | 0 | 121 | 11 | 17 | 463 | 107 | 63 |
| Binary | 11011010 | 101001 | 11000110 | 0 | 1010001 | 1001 | 1111 | 100110011 | 1000111 | 110011 |
Color Harmonies of #DA29C6
Complementary color
Monochromatic Colors of #DA29C6
Black with #DA29C6
Text Example
Text Example
White with #DA29C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29C6; }
p { color: rgb(218,41,198); }
H1.HeaderClassName
{
color: #DA29C6;
}
.AnyTagClassName
{
color: #DA29C6;
}
</style>
background-color css
<style>
a { background-color: #DA29C6; }
a { background-color: rgb(218,41,198); }
div.DivClassName
{
background-color: #DA29C6;
}
.BgClassName
{
background-color: #DA29C6;
}
</style>
border-color css
<style>
span { border-color: #DA29C6; }
span { border-color: rgb(218,41,198); }
td.TdClassName
{
border-color: #DA29C6;
}
.TagClassName
{
border-color: #DA29C6;
}
</style>