Shades of Fuchsia #D246CE
Tints of Fuchsia #D246CE
RGB
CMYK
RGB Variations
Color information
#D246CE (or 0xD246CE) is known color: Fuchsia. HEX triplet: D2, 46 and CE. RGB value is (210,70,206). Sum of RGB (Red+Green+Blue) = 210+70+206=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D246CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D246CE is #2DB931. Grayscale: #7E7E7E. Windows color (decimal): -2996530 or 13518546. OLE color: 13518546.
HSL color Cylindrical-coordinate representation of color #D246CE: hue angle of 301.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 #D246CE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 206 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.18 |
| HSL | 301.71º | 0.61% | 0.55% | - |
| HSV(B) | 301.71º | 0.67% | 0.82% | - |
| XYZ | 39.91 | 22.54 | 60.64 | - |
| YUV | 127.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 206 | 0 | 0.67 | 0.02 | 0.18 | 301.71 | 0.61 | 0.55 |
| Hex | D2 | 46 | CE | 0 | 43 | 2 | 12 | 12E | 3D | 37 |
| Octal | 322 | 106 | 316 | 0 | 103 | 2 | 22 | 456 | 75 | 67 |
| Binary | 11010010 | 1000110 | 11001110 | 0 | 1000011 | 10 | 10010 | 100101110 | 111101 | 110111 |
Color Harmonies of #D246CE
Complementary color
Monochromatic Colors of #D246CE
Black with #D246CE
Text Example
Text Example
White with #D246CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246CE; }
p { color: rgb(210,70,206); }
H1.HeaderClassName
{
color: #D246CE;
}
.AnyTagClassName
{
color: #D246CE;
}
</style>
background-color css
<style>
a { background-color: #D246CE; }
a { background-color: rgb(210,70,206); }
div.DivClassName
{
background-color: #D246CE;
}
.BgClassName
{
background-color: #D246CE;
}
</style>
border-color css
<style>
span { border-color: #D246CE; }
span { border-color: rgb(210,70,206); }
td.TdClassName
{
border-color: #D246CE;
}
.TagClassName
{
border-color: #D246CE;
}
</style>