Shades of Fuchsia #DF46B5
Tints of Fuchsia #DF46B5
RGB
CMYK
RGB Variations
Color information
#DF46B5 (or 0xDF46B5) is known color: Fuchsia. HEX triplet: DF, 46 and B5. RGB value is (223,70,181). Sum of RGB (Red+Green+Blue) = 223+70+181=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46B5 is #20B94A. Grayscale: #808080. Windows color (decimal): -2144587 or 11880159. OLE color: 11880159.
HSL color Cylindrical-coordinate representation of color #DF46B5: hue angle of 316.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46B5 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 181 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.13 |
| HSL | 316.47º | 0.71% | 0.57% | - |
| HSV(B) | 316.47º | 0.69% | 0.87% | - |
| XYZ | 40.96 | 23.4 | 46.07 | - |
| YUV | 128.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 181 | 0 | 0.69 | 0.19 | 0.13 | 316.47 | 0.71 | 0.57 |
| Hex | DF | 46 | B5 | 0 | 45 | 13 | D | 13C | 47 | 39 |
| Octal | 337 | 106 | 265 | 0 | 105 | 23 | 15 | 474 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10110101 | 0 | 1000101 | 10011 | 1101 | 100111100 | 1000111 | 111001 |
Color Harmonies of #DF46B5
Complementary color
Monochromatic Colors of #DF46B5
Black with #DF46B5
Text Example
Text Example
White with #DF46B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46B5; }
p { color: rgb(223,70,181); }
H1.HeaderClassName
{
color: #DF46B5;
}
.AnyTagClassName
{
color: #DF46B5;
}
</style>
background-color css
<style>
a { background-color: #DF46B5; }
a { background-color: rgb(223,70,181); }
div.DivClassName
{
background-color: #DF46B5;
}
.BgClassName
{
background-color: #DF46B5;
}
</style>
border-color css
<style>
span { border-color: #DF46B5; }
span { border-color: rgb(223,70,181); }
td.TdClassName
{
border-color: #DF46B5;
}
.TagClassName
{
border-color: #DF46B5;
}
</style>