Shades of Razzle Dazzle Rose #DF3CBA
Tints of Razzle Dazzle Rose #DF3CBA
RGB
CMYK
RGB Variations
Color information
#DF3CBA (or 0xDF3CBA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3C and BA. RGB value is (223,60,186). Sum of RGB (Red+Green+Blue) = 223+60+186=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3CBA is #20C345. Grayscale: #7A7A7A. Windows color (decimal): -2147142 or 12205279. OLE color: 12205279.
HSL color Cylindrical-coordinate representation of color #DF3CBA: hue angle of 313.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3CBA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 186 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.13 |
| HSL | 313.62º | 0.72% | 0.55% | - |
| HSV(B) | 313.62º | 0.73% | 0.87% | - |
| XYZ | 40.91 | 22.46 | 48.63 | - |
| YUV | 123.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 186 | 0 | 0.73 | 0.17 | 0.13 | 313.62 | 0.72 | 0.55 |
| Hex | DF | 3C | BA | 0 | 49 | 11 | D | 13A | 48 | 37 |
| Octal | 337 | 74 | 272 | 0 | 111 | 21 | 15 | 472 | 110 | 67 |
| Binary | 11011111 | 111100 | 10111010 | 0 | 1001001 | 10001 | 1101 | 100111010 | 1001000 | 110111 |
Color Harmonies of #DF3CBA
Complementary color
Monochromatic Colors of #DF3CBA
Black with #DF3CBA
Text Example
Text Example
White with #DF3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CBA; }
p { color: rgb(223,60,186); }
H1.HeaderClassName
{
color: #DF3CBA;
}
.AnyTagClassName
{
color: #DF3CBA;
}
</style>
background-color css
<style>
a { background-color: #DF3CBA; }
a { background-color: rgb(223,60,186); }
div.DivClassName
{
background-color: #DF3CBA;
}
.BgClassName
{
background-color: #DF3CBA;
}
</style>
border-color css
<style>
span { border-color: #DF3CBA; }
span { border-color: rgb(223,60,186); }
td.TdClassName
{
border-color: #DF3CBA;
}
.TagClassName
{
border-color: #DF3CBA;
}
</style>