Shades of Razzle Dazzle Rose #DF3FB4
Tints of Razzle Dazzle Rose #DF3FB4
RGB
CMYK
RGB Variations
Color information
#DF3FB4 (or 0xDF3FB4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3F and B4. RGB value is (223,63,180). Sum of RGB (Red+Green+Blue) = 223+63+180=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3FB4 is #20C04B. Grayscale: #7B7B7B. Windows color (decimal): -2146380 or 11812831. OLE color: 11812831.
HSL color Cylindrical-coordinate representation of color #DF3FB4: hue angle of 316.12º degrees, saturation: 0.71, 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 #DF3FB4 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 180 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.13 |
| HSL | 316.13º | 0.71% | 0.56% | - |
| HSV(B) | 316.13º | 0.72% | 0.87% | - |
| XYZ | 40.45 | 22.54 | 45.4 | - |
| YUV | 124.18 | 159.51 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 180 | 0 | 0.72 | 0.19 | 0.13 | 316.13 | 0.71 | 0.56 |
| Hex | DF | 3F | B4 | 0 | 48 | 13 | D | 13C | 47 | 38 |
| Octal | 337 | 77 | 264 | 0 | 110 | 23 | 15 | 474 | 107 | 70 |
| Binary | 11011111 | 111111 | 10110100 | 0 | 1001000 | 10011 | 1101 | 100111100 | 1000111 | 111000 |
Color Harmonies of #DF3FB4
Complementary color
Monochromatic Colors of #DF3FB4
Black with #DF3FB4
Text Example
Text Example
White with #DF3FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FB4; }
p { color: rgb(223,63,180); }
H1.HeaderClassName
{
color: #DF3FB4;
}
.AnyTagClassName
{
color: #DF3FB4;
}
</style>
background-color css
<style>
a { background-color: #DF3FB4; }
a { background-color: rgb(223,63,180); }
div.DivClassName
{
background-color: #DF3FB4;
}
.BgClassName
{
background-color: #DF3FB4;
}
</style>
border-color css
<style>
span { border-color: #DF3FB4; }
span { border-color: rgb(223,63,180); }
td.TdClassName
{
border-color: #DF3FB4;
}
.TagClassName
{
border-color: #DF3FB4;
}
</style>