Shades of Razzle Dazzle Rose #DA29CF
Tints of Razzle Dazzle Rose #DA29CF
RGB
CMYK
RGB Variations
Color information
#DA29CF (or 0xDA29CF) is known color: Razzle Dazzle Rose. HEX triplet: DA, 29 and CF. RGB value is (218,41,207). Sum of RGB (Red+Green+Blue) = 218+41+207=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29CF is #25D630. Grayscale: #707070. Windows color (decimal): -2479665 or 13576666. OLE color: 13576666.
HSL color Cylindrical-coordinate representation of color #DA29CF: hue angle of 303.73º 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 #DA29CF is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.15 |
| HSL | 303.73º | 0.71% | 0.51% | - |
| HSV(B) | 303.73º | 0.81% | 0.85% | - |
| XYZ | 40.97 | 21 | 60.92 | - |
| YUV | 112.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 207 | 0 | 0.81 | 0.05 | 0.15 | 303.73 | 0.71 | 0.51 |
| Hex | DA | 29 | CF | 0 | 51 | 5 | F | 130 | 47 | 33 |
| Octal | 332 | 51 | 317 | 0 | 121 | 5 | 17 | 460 | 107 | 63 |
| Binary | 11011010 | 101001 | 11001111 | 0 | 1010001 | 101 | 1111 | 100110000 | 1000111 | 110011 |
Color Harmonies of #DA29CF
Complementary color
Monochromatic Colors of #DA29CF
Black with #DA29CF
Text Example
Text Example
White with #DA29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29CF; }
p { color: rgb(218,41,207); }
H1.HeaderClassName
{
color: #DA29CF;
}
.AnyTagClassName
{
color: #DA29CF;
}
</style>
background-color css
<style>
a { background-color: #DA29CF; }
a { background-color: rgb(218,41,207); }
div.DivClassName
{
background-color: #DA29CF;
}
.BgClassName
{
background-color: #DA29CF;
}
</style>
border-color css
<style>
span { border-color: #DA29CF; }
span { border-color: rgb(218,41,207); }
td.TdClassName
{
border-color: #DA29CF;
}
.TagClassName
{
border-color: #DA29CF;
}
</style>