Shades of Razzle Dazzle Rose #DF29BF
Tints of Razzle Dazzle Rose #DF29BF
RGB
CMYK
RGB Variations
Color information
#DF29BF (or 0xDF29BF) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and BF. RGB value is (223,41,191). Sum of RGB (Red+Green+Blue) = 223+41+191=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29BF is #20D640. Grayscale: #707070. Windows color (decimal): -2152001 or 12528095. OLE color: 12528095.
HSL color Cylindrical-coordinate representation of color #DF29BF: hue angle of 310.55º 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 #DF29BF is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 191 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.13 |
| HSL | 310.55º | 0.74% | 0.52% | - |
| HSV(B) | 310.55º | 0.82% | 0.87% | - |
| XYZ | 40.63 | 21.04 | 51.21 | - |
| YUV | 112.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 191 | 0 | 0.82 | 0.14 | 0.13 | 310.55 | 0.74 | 0.52 |
| Hex | DF | 29 | BF | 0 | 52 | E | D | 137 | 4A | 34 |
| Octal | 337 | 51 | 277 | 0 | 122 | 16 | 15 | 467 | 112 | 64 |
| Binary | 11011111 | 101001 | 10111111 | 0 | 1010010 | 1110 | 1101 | 100110111 | 1001010 | 110100 |
Color Harmonies of #DF29BF
Complementary color
Monochromatic Colors of #DF29BF
Black with #DF29BF
Text Example
Text Example
White with #DF29BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29BF; }
p { color: rgb(223,41,191); }
H1.HeaderClassName
{
color: #DF29BF;
}
.AnyTagClassName
{
color: #DF29BF;
}
</style>
background-color css
<style>
a { background-color: #DF29BF; }
a { background-color: rgb(223,41,191); }
div.DivClassName
{
background-color: #DF29BF;
}
.BgClassName
{
background-color: #DF29BF;
}
</style>
border-color css
<style>
span { border-color: #DF29BF; }
span { border-color: rgb(223,41,191); }
td.TdClassName
{
border-color: #DF29BF;
}
.TagClassName
{
border-color: #DF29BF;
}
</style>