Shades of Razzle Dazzle Rose #DA29C2
Tints of Razzle Dazzle Rose #DA29C2
RGB
CMYK
RGB Variations
Color information
#DA29C2 (or 0xDA29C2) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and C2. RGB value is (218,41,194). Sum of RGB (Red+Green+Blue) = 218+41+194=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29C2 is #25D63D. Grayscale: #6E6E6E. Windows color (decimal): -2479678 or 12724698. OLE color: 12724698.
HSL color Cylindrical-coordinate representation of color #DA29C2: hue angle of 308.14º 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 #DA29C2 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 194 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.15 |
| HSL | 308.14º | 0.71% | 0.51% | - |
| HSV(B) | 308.14º | 0.81% | 0.85% | - |
| XYZ | 39.44 | 20.39 | 52.89 | - |
| YUV | 111.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 194 | 0 | 0.81 | 0.11 | 0.15 | 308.14 | 0.71 | 0.51 |
| Hex | DA | 29 | C2 | 0 | 51 | B | F | 134 | 47 | 33 |
| Octal | 332 | 51 | 302 | 0 | 121 | 13 | 17 | 464 | 107 | 63 |
| Binary | 11011010 | 101001 | 11000010 | 0 | 1010001 | 1011 | 1111 | 100110100 | 1000111 | 110011 |
Color Harmonies of #DA29C2
Complementary color
Monochromatic Colors of #DA29C2
Black with #DA29C2
Text Example
Text Example
White with #DA29C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29C2; }
p { color: rgb(218,41,194); }
H1.HeaderClassName
{
color: #DA29C2;
}
.AnyTagClassName
{
color: #DA29C2;
}
</style>
background-color css
<style>
a { background-color: #DA29C2; }
a { background-color: rgb(218,41,194); }
div.DivClassName
{
background-color: #DA29C2;
}
.BgClassName
{
background-color: #DA29C2;
}
</style>
border-color css
<style>
span { border-color: #DA29C2; }
span { border-color: rgb(218,41,194); }
td.TdClassName
{
border-color: #DA29C2;
}
.TagClassName
{
border-color: #DA29C2;
}
</style>