Shades of Razzle Dazzle Rose #DF2CB9
Tints of Razzle Dazzle Rose #DF2CB9
RGB
CMYK
RGB Variations
Color information
#DF2CB9 (or 0xDF2CB9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2C and B9. RGB value is (223,44,185). Sum of RGB (Red+Green+Blue) = 223+44+185=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CB9 is #20D346. Grayscale: #717171. Windows color (decimal): -2151239 or 12135647. OLE color: 12135647.
HSL color Cylindrical-coordinate representation of color #DF2CB9: hue angle of 312.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CB9 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 185 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.13 |
| HSL | 312.74º | 0.74% | 0.52% | - |
| HSV(B) | 312.74º | 0.8% | 0.87% | - |
| XYZ | 40.09 | 20.99 | 47.84 | - |
| YUV | 113.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 185 | 0 | 0.80 | 0.17 | 0.13 | 312.74 | 0.74 | 0.52 |
| Hex | DF | 2C | B9 | 0 | 50 | 11 | D | 139 | 4A | 34 |
| Octal | 337 | 54 | 271 | 0 | 120 | 21 | 15 | 471 | 112 | 64 |
| Binary | 11011111 | 101100 | 10111001 | 0 | 1010000 | 10001 | 1101 | 100111001 | 1001010 | 110100 |
Color Harmonies of #DF2CB9
Complementary color
Monochromatic Colors of #DF2CB9
Black with #DF2CB9
Text Example
Text Example
White with #DF2CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CB9; }
p { color: rgb(223,44,185); }
H1.HeaderClassName
{
color: #DF2CB9;
}
.AnyTagClassName
{
color: #DF2CB9;
}
</style>
background-color css
<style>
a { background-color: #DF2CB9; }
a { background-color: rgb(223,44,185); }
div.DivClassName
{
background-color: #DF2CB9;
}
.BgClassName
{
background-color: #DF2CB9;
}
</style>
border-color css
<style>
span { border-color: #DF2CB9; }
span { border-color: rgb(223,44,185); }
td.TdClassName
{
border-color: #DF2CB9;
}
.TagClassName
{
border-color: #DF2CB9;
}
</style>