Shades of Razzle Dazzle Rose #DF3EBC
Tints of Razzle Dazzle Rose #DF3EBC
RGB
CMYK
RGB Variations
Color information
#DF3EBC (or 0xDF3EBC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3E and BC. RGB value is (223,62,188). Sum of RGB (Red+Green+Blue) = 223+62+188=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3EBC is #20C143. Grayscale: #7C7C7C. Windows color (decimal): -2146628 or 12336863. OLE color: 12336863.
HSL color Cylindrical-coordinate representation of color #DF3EBC: hue angle of 313.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3EBC is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 188 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.13 |
| HSL | 313.04º | 0.72% | 0.56% | - |
| HSV(B) | 313.04º | 0.72% | 0.87% | - |
| XYZ | 41.23 | 22.76 | 49.8 | - |
| YUV | 124.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 188 | 0 | 0.72 | 0.16 | 0.13 | 313.04 | 0.72 | 0.56 |
| Hex | DF | 3E | BC | 0 | 48 | 10 | D | 139 | 48 | 38 |
| Octal | 337 | 76 | 274 | 0 | 110 | 20 | 15 | 471 | 110 | 70 |
| Binary | 11011111 | 111110 | 10111100 | 0 | 1001000 | 10000 | 1101 | 100111001 | 1001000 | 111000 |
Color Harmonies of #DF3EBC
Complementary color
Monochromatic Colors of #DF3EBC
Black with #DF3EBC
Text Example
Text Example
White with #DF3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3EBC; }
p { color: rgb(223,62,188); }
H1.HeaderClassName
{
color: #DF3EBC;
}
.AnyTagClassName
{
color: #DF3EBC;
}
</style>
background-color css
<style>
a { background-color: #DF3EBC; }
a { background-color: rgb(223,62,188); }
div.DivClassName
{
background-color: #DF3EBC;
}
.BgClassName
{
background-color: #DF3EBC;
}
</style>
border-color css
<style>
span { border-color: #DF3EBC; }
span { border-color: rgb(223,62,188); }
td.TdClassName
{
border-color: #DF3EBC;
}
.TagClassName
{
border-color: #DF3EBC;
}
</style>