Shades of Razzle Dazzle Rose #DF29DB
Tints of Razzle Dazzle Rose #DF29DB
RGB
CMYK
RGB Variations
Color information
#DF29DB (or 0xDF29DB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and DB. RGB value is (223,41,219). Sum of RGB (Red+Green+Blue) = 223+41+219=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29DB is #20D624. Grayscale: #737373. Windows color (decimal): -2151973 or 14363103. OLE color: 14363103.
HSL color Cylindrical-coordinate representation of color #DF29DB: hue angle of 301.32º 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 #DF29DB is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 219 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.13 |
| HSL | 301.32º | 0.74% | 0.52% | - |
| HSV(B) | 301.32º | 0.82% | 0.87% | - |
| XYZ | 44.01 | 22.39 | 69.02 | - |
| YUV | 115.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 219 | 0 | 0.82 | 0.02 | 0.13 | 301.32 | 0.74 | 0.52 |
| Hex | DF | 29 | DB | 0 | 52 | 2 | D | 12D | 4A | 34 |
| Octal | 337 | 51 | 333 | 0 | 122 | 2 | 15 | 455 | 112 | 64 |
| Binary | 11011111 | 101001 | 11011011 | 0 | 1010010 | 10 | 1101 | 100101101 | 1001010 | 110100 |
Color Harmonies of #DF29DB
Complementary color
Monochromatic Colors of #DF29DB
Black with #DF29DB
Text Example
Text Example
White with #DF29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29DB; }
p { color: rgb(223,41,219); }
H1.HeaderClassName
{
color: #DF29DB;
}
.AnyTagClassName
{
color: #DF29DB;
}
</style>
background-color css
<style>
a { background-color: #DF29DB; }
a { background-color: rgb(223,41,219); }
div.DivClassName
{
background-color: #DF29DB;
}
.BgClassName
{
background-color: #DF29DB;
}
</style>
border-color css
<style>
span { border-color: #DF29DB; }
span { border-color: rgb(223,41,219); }
td.TdClassName
{
border-color: #DF29DB;
}
.TagClassName
{
border-color: #DF29DB;
}
</style>