Shades of Fuchsia #D246C5
Tints of Fuchsia #D246C5
RGB
CMYK
RGB Variations
Color information
#D246C5 (or 0xD246C5) is known color: Fuchsia. HEX triplet: D2, 46 and C5. RGB value is (210,70,197). Sum of RGB (Red+Green+Blue) = 210+70+197=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D246C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246C5 is #2DB93A. Grayscale: #7D7D7D. Windows color (decimal): -2996539 or 12928722. OLE color: 12928722.
HSL color Cylindrical-coordinate representation of color #D246C5: hue angle of 305.57º 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 #D246C5 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 197 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.18 |
| HSL | 305.57º | 0.61% | 0.55% | - |
| HSV(B) | 305.57º | 0.67% | 0.82% | - |
| XYZ | 38.85 | 22.11 | 55.04 | - |
| YUV | 126.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 197 | 0 | 0.67 | 0.06 | 0.18 | 305.57 | 0.61 | 0.55 |
| Hex | D2 | 46 | C5 | 0 | 43 | 6 | 12 | 132 | 3D | 37 |
| Octal | 322 | 106 | 305 | 0 | 103 | 6 | 22 | 462 | 75 | 67 |
| Binary | 11010010 | 1000110 | 11000101 | 0 | 1000011 | 110 | 10010 | 100110010 | 111101 | 110111 |
Color Harmonies of #D246C5
Complementary color
Monochromatic Colors of #D246C5
Black with #D246C5
Text Example
Text Example
White with #D246C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246C5; }
p { color: rgb(210,70,197); }
H1.HeaderClassName
{
color: #D246C5;
}
.AnyTagClassName
{
color: #D246C5;
}
</style>
background-color css
<style>
a { background-color: #D246C5; }
a { background-color: rgb(210,70,197); }
div.DivClassName
{
background-color: #D246C5;
}
.BgClassName
{
background-color: #D246C5;
}
</style>
border-color css
<style>
span { border-color: #D246C5; }
span { border-color: rgb(210,70,197); }
td.TdClassName
{
border-color: #D246C5;
}
.TagClassName
{
border-color: #D246C5;
}
</style>