Shades of Fuchsia #D046CF
Tints of Fuchsia #D046CF
RGB
CMYK
RGB Variations
Color information
#D046CF (or 0xD046CF) is known color: Fuchsia. HEX triplet: D0, 46 and CF. RGB value is (208,70,207). Sum of RGB (Red+Green+Blue) = 208+70+207=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D046CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046CF is #2FB930. Grayscale: #7E7E7E. Windows color (decimal): -3127601 or 13584080. OLE color: 13584080.
HSL color Cylindrical-coordinate representation of color #D046CF: hue angle of 300.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D046CF is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 207 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.18 |
| HSL | 300.43º | 0.59% | 0.55% | - |
| HSV(B) | 300.43º | 0.66% | 0.82% | - |
| XYZ | 39.47 | 22.3 | 61.25 | - |
| YUV | 126.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 207 | 0 | 0.66 | 0.00 | 0.18 | 300.43 | 0.59 | 0.55 |
| Hex | D0 | 46 | CF | 0 | 42 | 0 | 12 | 12C | 3B | 37 |
| Octal | 320 | 106 | 317 | 0 | 102 | 0 | 22 | 454 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11001111 | 0 | 1000010 | 0 | 10010 | 100101100 | 111011 | 110111 |
Color Harmonies of #D046CF
Complementary color
Monochromatic Colors of #D046CF
Black with #D046CF
Text Example
Text Example
White with #D046CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046CF; }
p { color: rgb(208,70,207); }
H1.HeaderClassName
{
color: #D046CF;
}
.AnyTagClassName
{
color: #D046CF;
}
</style>
background-color css
<style>
a { background-color: #D046CF; }
a { background-color: rgb(208,70,207); }
div.DivClassName
{
background-color: #D046CF;
}
.BgClassName
{
background-color: #D046CF;
}
</style>
border-color css
<style>
span { border-color: #D046CF; }
span { border-color: rgb(208,70,207); }
td.TdClassName
{
border-color: #D046CF;
}
.TagClassName
{
border-color: #D046CF;
}
</style>