Shades of Fuchsia #D246B9
Tints of Fuchsia #D246B9
RGB
CMYK
RGB Variations
Color information
#D246B9 (or 0xD246B9) is known color: Fuchsia. HEX triplet: D2, 46 and B9. RGB value is (210,70,185). Sum of RGB (Red+Green+Blue) = 210+70+185=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D246B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246B9 is #2DB946. Grayscale: #7C7C7C. Windows color (decimal): -2996551 or 12142290. OLE color: 12142290.
HSL color Cylindrical-coordinate representation of color #D246B9: hue angle of 310.71º 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 #D246B9 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 185 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.18 |
| HSL | 310.71º | 0.61% | 0.55% | - |
| HSV(B) | 310.71º | 0.67% | 0.82% | - |
| XYZ | 37.53 | 21.58 | 48.09 | - |
| YUV | 124.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 185 | 0 | 0.67 | 0.12 | 0.18 | 310.71 | 0.61 | 0.55 |
| Hex | D2 | 46 | B9 | 0 | 43 | C | 12 | 137 | 3D | 37 |
| Octal | 322 | 106 | 271 | 0 | 103 | 14 | 22 | 467 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10111001 | 0 | 1000011 | 1100 | 10010 | 100110111 | 111101 | 110111 |
Color Harmonies of #D246B9
Complementary color
Monochromatic Colors of #D246B9
Black with #D246B9
Text Example
Text Example
White with #D246B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246B9; }
p { color: rgb(210,70,185); }
H1.HeaderClassName
{
color: #D246B9;
}
.AnyTagClassName
{
color: #D246B9;
}
</style>
background-color css
<style>
a { background-color: #D246B9; }
a { background-color: rgb(210,70,185); }
div.DivClassName
{
background-color: #D246B9;
}
.BgClassName
{
background-color: #D246B9;
}
</style>
border-color css
<style>
span { border-color: #D246B9; }
span { border-color: rgb(210,70,185); }
td.TdClassName
{
border-color: #D246B9;
}
.TagClassName
{
border-color: #D246B9;
}
</style>