Shades of Razzle Dazzle Rose #DF41BC
Tints of Razzle Dazzle Rose #DF41BC
RGB
CMYK
RGB Variations
Color information
#DF41BC (or 0xDF41BC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and BC. RGB value is (223,65,188). Sum of RGB (Red+Green+Blue) = 223+65+188=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41BC is #20BE43. Grayscale: #7D7D7D. Windows color (decimal): -2145860 or 12337631. OLE color: 12337631.
HSL color Cylindrical-coordinate representation of color #DF41BC: hue angle of 313.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41BC is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 188 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.13 |
| HSL | 313.29º | 0.71% | 0.56% | - |
| HSV(B) | 313.29º | 0.71% | 0.87% | - |
| XYZ | 41.4 | 23.1 | 49.85 | - |
| YUV | 126.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 188 | 0 | 0.71 | 0.16 | 0.13 | 313.29 | 0.71 | 0.56 |
| Hex | DF | 41 | BC | 0 | 47 | 10 | D | 139 | 47 | 38 |
| Octal | 337 | 101 | 274 | 0 | 107 | 20 | 15 | 471 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10111100 | 0 | 1000111 | 10000 | 1101 | 100111001 | 1000111 | 111000 |
Color Harmonies of #DF41BC
Complementary color
Monochromatic Colors of #DF41BC
Black with #DF41BC
Text Example
Text Example
White with #DF41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41BC; }
p { color: rgb(223,65,188); }
H1.HeaderClassName
{
color: #DF41BC;
}
.AnyTagClassName
{
color: #DF41BC;
}
</style>
background-color css
<style>
a { background-color: #DF41BC; }
a { background-color: rgb(223,65,188); }
div.DivClassName
{
background-color: #DF41BC;
}
.BgClassName
{
background-color: #DF41BC;
}
</style>
border-color css
<style>
span { border-color: #DF41BC; }
span { border-color: rgb(223,65,188); }
td.TdClassName
{
border-color: #DF41BC;
}
.TagClassName
{
border-color: #DF41BC;
}
</style>