Shades of Razzle Dazzle Rose #DF3DC2
Tints of Razzle Dazzle Rose #DF3DC2
RGB
CMYK
RGB Variations
Color information
#DF3DC2 (or 0xDF3DC2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3D and C2. RGB value is (223,61,194). Sum of RGB (Red+Green+Blue) = 223+61+194=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DC2 is #20C23D. Grayscale: #7C7C7C. Windows color (decimal): -2146878 or 12729823. OLE color: 12729823.
HSL color Cylindrical-coordinate representation of color #DF3DC2: hue angle of 310.74º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DC2 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 194 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.13 |
| HSL | 310.74º | 0.72% | 0.56% | - |
| HSV(B) | 310.74º | 0.73% | 0.87% | - |
| XYZ | 41.84 | 22.92 | 53.26 | - |
| YUV | 124.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 194 | 0 | 0.73 | 0.13 | 0.13 | 310.74 | 0.72 | 0.56 |
| Hex | DF | 3D | C2 | 0 | 49 | D | D | 137 | 48 | 38 |
| Octal | 337 | 75 | 302 | 0 | 111 | 15 | 15 | 467 | 110 | 70 |
| Binary | 11011111 | 111101 | 11000010 | 0 | 1001001 | 1101 | 1101 | 100110111 | 1001000 | 111000 |
Color Harmonies of #DF3DC2
Complementary color
Monochromatic Colors of #DF3DC2
Black with #DF3DC2
Text Example
Text Example
White with #DF3DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DC2; }
p { color: rgb(223,61,194); }
H1.HeaderClassName
{
color: #DF3DC2;
}
.AnyTagClassName
{
color: #DF3DC2;
}
</style>
background-color css
<style>
a { background-color: #DF3DC2; }
a { background-color: rgb(223,61,194); }
div.DivClassName
{
background-color: #DF3DC2;
}
.BgClassName
{
background-color: #DF3DC2;
}
</style>
border-color css
<style>
span { border-color: #DF3DC2; }
span { border-color: rgb(223,61,194); }
td.TdClassName
{
border-color: #DF3DC2;
}
.TagClassName
{
border-color: #DF3DC2;
}
</style>