Shades of Razzle Dazzle Rose #DF29D2
Tints of Razzle Dazzle Rose #DF29D2
RGB
CMYK
RGB Variations
Color information
#DF29D2 (or 0xDF29D2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and D2. RGB value is (223,41,210). Sum of RGB (Red+Green+Blue) = 223+41+210=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29D2 is #20D62D. Grayscale: #727272. Windows color (decimal): -2151982 or 13773279. OLE color: 13773279.
HSL color Cylindrical-coordinate representation of color #DF29D2: hue angle of 304.29º 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 #DF29D2 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 210 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.13 |
| HSL | 304.29º | 0.74% | 0.52% | - |
| HSV(B) | 304.29º | 0.82% | 0.87% | - |
| XYZ | 42.86 | 21.93 | 62.95 | - |
| YUV | 114.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 210 | 0 | 0.82 | 0.06 | 0.13 | 304.29 | 0.74 | 0.52 |
| Hex | DF | 29 | D2 | 0 | 52 | 6 | D | 130 | 4A | 34 |
| Octal | 337 | 51 | 322 | 0 | 122 | 6 | 15 | 460 | 112 | 64 |
| Binary | 11011111 | 101001 | 11010010 | 0 | 1010010 | 110 | 1101 | 100110000 | 1001010 | 110100 |
Color Harmonies of #DF29D2
Complementary color
Monochromatic Colors of #DF29D2
Black with #DF29D2
Text Example
Text Example
White with #DF29D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29D2; }
p { color: rgb(223,41,210); }
H1.HeaderClassName
{
color: #DF29D2;
}
.AnyTagClassName
{
color: #DF29D2;
}
</style>
background-color css
<style>
a { background-color: #DF29D2; }
a { background-color: rgb(223,41,210); }
div.DivClassName
{
background-color: #DF29D2;
}
.BgClassName
{
background-color: #DF29D2;
}
</style>
border-color css
<style>
span { border-color: #DF29D2; }
span { border-color: rgb(223,41,210); }
td.TdClassName
{
border-color: #DF29D2;
}
.TagClassName
{
border-color: #DF29D2;
}
</style>