Shades of Razzle Dazzle Rose #DF3BBF
Tints of Razzle Dazzle Rose #DF3BBF
RGB
CMYK
RGB Variations
Color information
#DF3BBF (or 0xDF3BBF) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3B and BF. RGB value is (223,59,191). Sum of RGB (Red+Green+Blue) = 223+59+191=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BBF is #20C440. Grayscale: #7A7A7A. Windows color (decimal): -2147393 or 12532703. OLE color: 12532703.
HSL color Cylindrical-coordinate representation of color #DF3BBF: hue angle of 311.71º 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 #DF3BBF is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 191 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.13 |
| HSL | 311.71º | 0.72% | 0.55% | - |
| HSV(B) | 311.71º | 0.74% | 0.87% | - |
| XYZ | 41.4 | 22.58 | 51.47 | - |
| YUV | 123.08 | 166.33 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 191 | 0 | 0.74 | 0.14 | 0.13 | 311.71 | 0.72 | 0.55 |
| Hex | DF | 3B | BF | 0 | 4A | E | D | 138 | 48 | 37 |
| Octal | 337 | 73 | 277 | 0 | 112 | 16 | 15 | 470 | 110 | 67 |
| Binary | 11011111 | 111011 | 10111111 | 0 | 1001010 | 1110 | 1101 | 100111000 | 1001000 | 110111 |
Color Harmonies of #DF3BBF
Complementary color
Monochromatic Colors of #DF3BBF
Black with #DF3BBF
Text Example
Text Example
White with #DF3BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BBF; }
p { color: rgb(223,59,191); }
H1.HeaderClassName
{
color: #DF3BBF;
}
.AnyTagClassName
{
color: #DF3BBF;
}
</style>
background-color css
<style>
a { background-color: #DF3BBF; }
a { background-color: rgb(223,59,191); }
div.DivClassName
{
background-color: #DF3BBF;
}
.BgClassName
{
background-color: #DF3BBF;
}
</style>
border-color css
<style>
span { border-color: #DF3BBF; }
span { border-color: rgb(223,59,191); }
td.TdClassName
{
border-color: #DF3BBF;
}
.TagClassName
{
border-color: #DF3BBF;
}
</style>