Shades of Razzle Dazzle Rose #DF39BB
Tints of Razzle Dazzle Rose #DF39BB
RGB
CMYK
RGB Variations
Color information
#DF39BB (or 0xDF39BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 39 and BB. RGB value is (223,57,187). Sum of RGB (Red+Green+Blue) = 223+57+187=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF39BB is #20C644. Grayscale: #797979. Windows color (decimal): -2147909 or 12270047. OLE color: 12270047.
HSL color Cylindrical-coordinate representation of color #DF39BB: hue angle of 313.01º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39BB is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 187 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.13 |
| HSL | 313.01º | 0.72% | 0.55% | - |
| HSV(B) | 313.01º | 0.74% | 0.87% | - |
| XYZ | 40.86 | 22.2 | 49.15 | - |
| YUV | 121.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 187 | 0 | 0.74 | 0.16 | 0.13 | 313.01 | 0.72 | 0.55 |
| Hex | DF | 39 | BB | 0 | 4A | 10 | D | 139 | 48 | 37 |
| Octal | 337 | 71 | 273 | 0 | 112 | 20 | 15 | 471 | 110 | 67 |
| Binary | 11011111 | 111001 | 10111011 | 0 | 1001010 | 10000 | 1101 | 100111001 | 1001000 | 110111 |
Color Harmonies of #DF39BB
Complementary color
Monochromatic Colors of #DF39BB
Black with #DF39BB
Text Example
Text Example
White with #DF39BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF39BB; }
p { color: rgb(223,57,187); }
H1.HeaderClassName
{
color: #DF39BB;
}
.AnyTagClassName
{
color: #DF39BB;
}
</style>
background-color css
<style>
a { background-color: #DF39BB; }
a { background-color: rgb(223,57,187); }
div.DivClassName
{
background-color: #DF39BB;
}
.BgClassName
{
background-color: #DF39BB;
}
</style>
border-color css
<style>
span { border-color: #DF39BB; }
span { border-color: rgb(223,57,187); }
td.TdClassName
{
border-color: #DF39BB;
}
.TagClassName
{
border-color: #DF39BB;
}
</style>