Shades of Fuchsia #D247BE
Tints of Fuchsia #D247BE
RGB
CMYK
RGB Variations
Color information
#D247BE (or 0xD247BE) is known color: Fuchsia. HEX triplet: D2, 47 and BE. RGB value is (210,71,190). Sum of RGB (Red+Green+Blue) = 210+71+190=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D247BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247BE is #2DB841. Grayscale: #7D7D7D. Windows color (decimal): -2996290 or 12470226. OLE color: 12470226.
HSL color Cylindrical-coordinate representation of color #D247BE: hue angle of 308.63º 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 #D247BE is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 190 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 308.63º | 0.61% | 0.55% | - |
| HSV(B) | 308.63º | 0.66% | 0.82% | - |
| XYZ | 38.13 | 21.93 | 50.94 | - |
| YUV | 126.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 190 | 0 | 0.66 | 0.10 | 0.18 | 308.63 | 0.61 | 0.55 |
| Hex | D2 | 47 | BE | 0 | 42 | A | 12 | 135 | 3D | 37 |
| Octal | 322 | 107 | 276 | 0 | 102 | 12 | 22 | 465 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10111110 | 0 | 1000010 | 1010 | 10010 | 100110101 | 111101 | 110111 |
Color Harmonies of #D247BE
Complementary color
Monochromatic Colors of #D247BE
Black with #D247BE
Text Example
Text Example
White with #D247BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247BE; }
p { color: rgb(210,71,190); }
H1.HeaderClassName
{
color: #D247BE;
}
.AnyTagClassName
{
color: #D247BE;
}
</style>
background-color css
<style>
a { background-color: #D247BE; }
a { background-color: rgb(210,71,190); }
div.DivClassName
{
background-color: #D247BE;
}
.BgClassName
{
background-color: #D247BE;
}
</style>
border-color css
<style>
span { border-color: #D247BE; }
span { border-color: rgb(210,71,190); }
td.TdClassName
{
border-color: #D247BE;
}
.TagClassName
{
border-color: #D247BE;
}
</style>