Shades of Razzle Dazzle Rose #DF3AC0
Tints of Razzle Dazzle Rose #DF3AC0
RGB
CMYK
RGB Variations
Color information
#DF3AC0 (or 0xDF3AC0) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3A and C0. RGB value is (223,58,192). Sum of RGB (Red+Green+Blue) = 223+58+192=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3AC0 is #20C53F. Grayscale: #7A7A7A. Windows color (decimal): -2147648 or 12597983. OLE color: 12597983.
HSL color Cylindrical-coordinate representation of color #DF3AC0: hue angle of 311.27º 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 #DF3AC0 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 192 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.13 |
| HSL | 311.27º | 0.72% | 0.55% | - |
| HSV(B) | 311.27º | 0.74% | 0.87% | - |
| XYZ | 41.46 | 22.52 | 52.03 | - |
| YUV | 122.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 192 | 0 | 0.74 | 0.14 | 0.13 | 311.27 | 0.72 | 0.55 |
| Hex | DF | 3A | C0 | 0 | 4A | E | D | 137 | 48 | 37 |
| Octal | 337 | 72 | 300 | 0 | 112 | 16 | 15 | 467 | 110 | 67 |
| Binary | 11011111 | 111010 | 11000000 | 0 | 1001010 | 1110 | 1101 | 100110111 | 1001000 | 110111 |
Color Harmonies of #DF3AC0
Complementary color
Monochromatic Colors of #DF3AC0
Black with #DF3AC0
Text Example
Text Example
White with #DF3AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3AC0; }
p { color: rgb(223,58,192); }
H1.HeaderClassName
{
color: #DF3AC0;
}
.AnyTagClassName
{
color: #DF3AC0;
}
</style>
background-color css
<style>
a { background-color: #DF3AC0; }
a { background-color: rgb(223,58,192); }
div.DivClassName
{
background-color: #DF3AC0;
}
.BgClassName
{
background-color: #DF3AC0;
}
</style>
border-color css
<style>
span { border-color: #DF3AC0; }
span { border-color: rgb(223,58,192); }
td.TdClassName
{
border-color: #DF3AC0;
}
.TagClassName
{
border-color: #DF3AC0;
}
</style>