Shades of Fuchsia #D247B9
Tints of Fuchsia #D247B9
RGB
CMYK
RGB Variations
Color information
#D247B9 (or 0xD247B9) is known color: Fuchsia. HEX triplet: D2, 47 and B9. RGB value is (210,71,185). Sum of RGB (Red+Green+Blue) = 210+71+185=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D247B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247B9 is #2DB846. Grayscale: #7D7D7D. Windows color (decimal): -2996295 or 12142546. OLE color: 12142546.
HSL color Cylindrical-coordinate representation of color #D247B9: hue angle of 310.79º 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 #D247B9 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 185 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.18 |
| HSL | 310.79º | 0.61% | 0.55% | - |
| HSV(B) | 310.79º | 0.66% | 0.82% | - |
| XYZ | 37.59 | 21.71 | 48.11 | - |
| YUV | 125.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 185 | 0 | 0.66 | 0.12 | 0.18 | 310.79 | 0.61 | 0.55 |
| Hex | D2 | 47 | B9 | 0 | 42 | C | 12 | 137 | 3D | 37 |
| Octal | 322 | 107 | 271 | 0 | 102 | 14 | 22 | 467 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10111001 | 0 | 1000010 | 1100 | 10010 | 100110111 | 111101 | 110111 |
Color Harmonies of #D247B9
Complementary color
Monochromatic Colors of #D247B9
Black with #D247B9
Text Example
Text Example
White with #D247B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247B9; }
p { color: rgb(210,71,185); }
H1.HeaderClassName
{
color: #D247B9;
}
.AnyTagClassName
{
color: #D247B9;
}
</style>
background-color css
<style>
a { background-color: #D247B9; }
a { background-color: rgb(210,71,185); }
div.DivClassName
{
background-color: #D247B9;
}
.BgClassName
{
background-color: #D247B9;
}
</style>
border-color css
<style>
span { border-color: #D247B9; }
span { border-color: rgb(210,71,185); }
td.TdClassName
{
border-color: #D247B9;
}
.TagClassName
{
border-color: #D247B9;
}
</style>