Shades of Fuchsia #D247BA
Tints of Fuchsia #D247BA
RGB
CMYK
RGB Variations
Color information
#D247BA (or 0xD247BA) is known color: Fuchsia. HEX triplet: D2, 47 and BA. RGB value is (210,71,186). Sum of RGB (Red+Green+Blue) = 210+71+186=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D247BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247BA is #2DB845. Grayscale: #7D7D7D. Windows color (decimal): -2996294 or 12208082. OLE color: 12208082.
HSL color Cylindrical-coordinate representation of color #D247BA: hue angle of 310.36º degrees, saturation: 0.61, 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 #D247BA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 186 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 310.36º | 0.61% | 0.55% | - |
| HSV(B) | 310.36º | 0.66% | 0.82% | - |
| XYZ | 37.69 | 21.75 | 48.67 | - |
| YUV | 125.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 186 | 0 | 0.66 | 0.11 | 0.18 | 310.36 | 0.61 | 0.55 |
| Hex | D2 | 47 | BA | 0 | 42 | B | 12 | 136 | 3D | 37 |
| Octal | 322 | 107 | 272 | 0 | 102 | 13 | 22 | 466 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10111010 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111101 | 110111 |
Color Harmonies of #D247BA
Complementary color
Monochromatic Colors of #D247BA
Black with #D247BA
Text Example
Text Example
White with #D247BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247BA; }
p { color: rgb(210,71,186); }
H1.HeaderClassName
{
color: #D247BA;
}
.AnyTagClassName
{
color: #D247BA;
}
</style>
background-color css
<style>
a { background-color: #D247BA; }
a { background-color: rgb(210,71,186); }
div.DivClassName
{
background-color: #D247BA;
}
.BgClassName
{
background-color: #D247BA;
}
</style>
border-color css
<style>
span { border-color: #D247BA; }
span { border-color: rgb(210,71,186); }
td.TdClassName
{
border-color: #D247BA;
}
.TagClassName
{
border-color: #D247BA;
}
</style>