Shades of Razzle Dazzle Rose #DF29BD
Tints of Razzle Dazzle Rose #DF29BD
RGB
CMYK
RGB Variations
Color information
#DF29BD (or 0xDF29BD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and BD. RGB value is (223,41,189). Sum of RGB (Red+Green+Blue) = 223+41+189=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29BD is #20D642. Grayscale: #6F6F6F. Windows color (decimal): -2152003 or 12397023. OLE color: 12397023.
HSL color Cylindrical-coordinate representation of color #DF29BD: hue angle of 311.21º 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 #DF29BD is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 189 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.13 |
| HSL | 311.21º | 0.74% | 0.52% | - |
| HSV(B) | 311.21º | 0.82% | 0.87% | - |
| XYZ | 40.41 | 20.95 | 50.06 | - |
| YUV | 112.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 189 | 0 | 0.82 | 0.15 | 0.13 | 311.21 | 0.74 | 0.52 |
| Hex | DF | 29 | BD | 0 | 52 | F | D | 137 | 4A | 34 |
| Octal | 337 | 51 | 275 | 0 | 122 | 17 | 15 | 467 | 112 | 64 |
| Binary | 11011111 | 101001 | 10111101 | 0 | 1010010 | 1111 | 1101 | 100110111 | 1001010 | 110100 |
Color Harmonies of #DF29BD
Complementary color
Monochromatic Colors of #DF29BD
Black with #DF29BD
Text Example
Text Example
White with #DF29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29BD; }
p { color: rgb(223,41,189); }
H1.HeaderClassName
{
color: #DF29BD;
}
.AnyTagClassName
{
color: #DF29BD;
}
</style>
background-color css
<style>
a { background-color: #DF29BD; }
a { background-color: rgb(223,41,189); }
div.DivClassName
{
background-color: #DF29BD;
}
.BgClassName
{
background-color: #DF29BD;
}
</style>
border-color css
<style>
span { border-color: #DF29BD; }
span { border-color: rgb(223,41,189); }
td.TdClassName
{
border-color: #DF29BD;
}
.TagClassName
{
border-color: #DF29BD;
}
</style>