Shades of Razzle Dazzle Rose #DF29CE
Tints of Razzle Dazzle Rose #DF29CE
RGB
CMYK
RGB Variations
Color information
#DF29CE (or 0xDF29CE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and CE. RGB value is (223,41,206). Sum of RGB (Red+Green+Blue) = 223+41+206=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29CE is #20D631. Grayscale: #717171. Windows color (decimal): -2151986 or 13511135. OLE color: 13511135.
HSL color Cylindrical-coordinate representation of color #DF29CE: hue angle of 305.6º 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 #DF29CE is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 206 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.13 |
| HSL | 305.6º | 0.74% | 0.52% | - |
| HSV(B) | 305.6º | 0.82% | 0.87% | - |
| XYZ | 42.36 | 21.73 | 60.35 | - |
| YUV | 114.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 206 | 0 | 0.82 | 0.08 | 0.13 | 305.6 | 0.74 | 0.52 |
| Hex | DF | 29 | CE | 0 | 52 | 8 | D | 132 | 4A | 34 |
| Octal | 337 | 51 | 316 | 0 | 122 | 10 | 15 | 462 | 112 | 64 |
| Binary | 11011111 | 101001 | 11001110 | 0 | 1010010 | 1000 | 1101 | 100110010 | 1001010 | 110100 |
Color Harmonies of #DF29CE
Complementary color
Monochromatic Colors of #DF29CE
Black with #DF29CE
Text Example
Text Example
White with #DF29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29CE; }
p { color: rgb(223,41,206); }
H1.HeaderClassName
{
color: #DF29CE;
}
.AnyTagClassName
{
color: #DF29CE;
}
</style>
background-color css
<style>
a { background-color: #DF29CE; }
a { background-color: rgb(223,41,206); }
div.DivClassName
{
background-color: #DF29CE;
}
.BgClassName
{
background-color: #DF29CE;
}
</style>
border-color css
<style>
span { border-color: #DF29CE; }
span { border-color: rgb(223,41,206); }
td.TdClassName
{
border-color: #DF29CE;
}
.TagClassName
{
border-color: #DF29CE;
}
</style>