Shades of Razzle Dazzle Rose #DF29CA
Tints of Razzle Dazzle Rose #DF29CA
RGB
CMYK
RGB Variations
Color information
#DF29CA (or 0xDF29CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and CA. RGB value is (223,41,202). Sum of RGB (Red+Green+Blue) = 223+41+202=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29CA is #20D635. Grayscale: #717171. Windows color (decimal): -2151990 or 13248991. OLE color: 13248991.
HSL color Cylindrical-coordinate representation of color #DF29CA: hue angle of 306.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29CA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 202 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.13 |
| HSL | 306.92º | 0.74% | 0.52% | - |
| HSV(B) | 306.92º | 0.82% | 0.87% | - |
| XYZ | 41.89 | 21.54 | 57.83 | - |
| YUV | 113.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 202 | 0 | 0.82 | 0.09 | 0.13 | 306.92 | 0.74 | 0.52 |
| Hex | DF | 29 | CA | 0 | 52 | 9 | D | 133 | 4A | 34 |
| Octal | 337 | 51 | 312 | 0 | 122 | 11 | 15 | 463 | 112 | 64 |
| Binary | 11011111 | 101001 | 11001010 | 0 | 1010010 | 1001 | 1101 | 100110011 | 1001010 | 110100 |
Color Harmonies of #DF29CA
Complementary color
Monochromatic Colors of #DF29CA
Black with #DF29CA
Text Example
Text Example
White with #DF29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29CA; }
p { color: rgb(223,41,202); }
H1.HeaderClassName
{
color: #DF29CA;
}
.AnyTagClassName
{
color: #DF29CA;
}
</style>
background-color css
<style>
a { background-color: #DF29CA; }
a { background-color: rgb(223,41,202); }
div.DivClassName
{
background-color: #DF29CA;
}
.BgClassName
{
background-color: #DF29CA;
}
</style>
border-color css
<style>
span { border-color: #DF29CA; }
span { border-color: rgb(223,41,202); }
td.TdClassName
{
border-color: #DF29CA;
}
.TagClassName
{
border-color: #DF29CA;
}
</style>