Shades of Fuchsia #D246BF
Tints of Fuchsia #D246BF
RGB
CMYK
RGB Variations
Color information
#D246BF (or 0xD246BF) is known color: Fuchsia. HEX triplet: D2, 46 and BF. RGB value is (210,70,191). Sum of RGB (Red+Green+Blue) = 210+70+191=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D246BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246BF is #2DB940. Grayscale: #7D7D7D. Windows color (decimal): -2996545 or 12535506. OLE color: 12535506.
HSL color Cylindrical-coordinate representation of color #D246BF: hue angle of 308.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D246BF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 191 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.18 |
| HSL | 308.14º | 0.61% | 0.55% | - |
| HSV(B) | 308.14º | 0.67% | 0.82% | - |
| XYZ | 38.17 | 21.84 | 51.49 | - |
| YUV | 125.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 191 | 0 | 0.67 | 0.09 | 0.18 | 308.14 | 0.61 | 0.55 |
| Hex | D2 | 46 | BF | 0 | 43 | 9 | 12 | 134 | 3D | 37 |
| Octal | 322 | 106 | 277 | 0 | 103 | 11 | 22 | 464 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10111111 | 0 | 1000011 | 1001 | 10010 | 100110100 | 111101 | 110111 |
Color Harmonies of #D246BF
Complementary color
Monochromatic Colors of #D246BF
Black with #D246BF
Text Example
Text Example
White with #D246BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246BF; }
p { color: rgb(210,70,191); }
H1.HeaderClassName
{
color: #D246BF;
}
.AnyTagClassName
{
color: #D246BF;
}
</style>
background-color css
<style>
a { background-color: #D246BF; }
a { background-color: rgb(210,70,191); }
div.DivClassName
{
background-color: #D246BF;
}
.BgClassName
{
background-color: #D246BF;
}
</style>
border-color css
<style>
span { border-color: #D246BF; }
span { border-color: rgb(210,70,191); }
td.TdClassName
{
border-color: #D246BF;
}
.TagClassName
{
border-color: #D246BF;
}
</style>