Shades of Fuchsia #D246C9
Tints of Fuchsia #D246C9
RGB
CMYK
RGB Variations
Color information
#D246C9 (or 0xD246C9) is known color: Fuchsia. HEX triplet: D2, 46 and C9. RGB value is (210,70,201). Sum of RGB (Red+Green+Blue) = 210+70+201=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D246C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246C9 is #2DB936. Grayscale: #7E7E7E. Windows color (decimal): -2996535 or 13190866. OLE color: 13190866.
HSL color Cylindrical-coordinate representation of color #D246C9: hue angle of 303.86º 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 #D246C9 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 201 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.18 |
| HSL | 303.86º | 0.61% | 0.55% | - |
| HSV(B) | 303.86º | 0.67% | 0.82% | - |
| XYZ | 39.31 | 22.3 | 57.49 | - |
| YUV | 126.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 201 | 0 | 0.67 | 0.04 | 0.18 | 303.86 | 0.61 | 0.55 |
| Hex | D2 | 46 | C9 | 0 | 43 | 4 | 12 | 130 | 3D | 37 |
| Octal | 322 | 106 | 311 | 0 | 103 | 4 | 22 | 460 | 75 | 67 |
| Binary | 11010010 | 1000110 | 11001001 | 0 | 1000011 | 100 | 10010 | 100110000 | 111101 | 110111 |
Color Harmonies of #D246C9
Complementary color
Monochromatic Colors of #D246C9
Black with #D246C9
Text Example
Text Example
White with #D246C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246C9; }
p { color: rgb(210,70,201); }
H1.HeaderClassName
{
color: #D246C9;
}
.AnyTagClassName
{
color: #D246C9;
}
</style>
background-color css
<style>
a { background-color: #D246C9; }
a { background-color: rgb(210,70,201); }
div.DivClassName
{
background-color: #D246C9;
}
.BgClassName
{
background-color: #D246C9;
}
</style>
border-color css
<style>
span { border-color: #D246C9; }
span { border-color: rgb(210,70,201); }
td.TdClassName
{
border-color: #D246C9;
}
.TagClassName
{
border-color: #D246C9;
}
</style>