Shades of Fuchsia #D246AF
Tints of Fuchsia #D246AF
RGB
CMYK
RGB Variations
Color information
#D246AF (or 0xD246AF) is known color: Fuchsia. HEX triplet: D2, 46 and AF. RGB value is (210,70,175). Sum of RGB (Red+Green+Blue) = 210+70+175=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D246AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D246AF is #2DB950. Grayscale: #7B7B7B. Windows color (decimal): -2996561 or 11486930. OLE color: 11486930.
HSL color Cylindrical-coordinate representation of color #D246AF: hue angle of 315º 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 #D246AF is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 175 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.18 |
| HSL | 315º | 0.61% | 0.55% | - |
| HSV(B) | 315º | 0.67% | 0.82% | - |
| XYZ | 36.51 | 21.18 | 42.72 | - |
| YUV | 123.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 175 | 0 | 0.67 | 0.17 | 0.18 | 315 | 0.61 | 0.55 |
| Hex | D2 | 46 | AF | 0 | 43 | 11 | 12 | 13B | 3D | 37 |
| Octal | 322 | 106 | 257 | 0 | 103 | 21 | 22 | 473 | 75 | 67 |
| Binary | 11010010 | 1000110 | 10101111 | 0 | 1000011 | 10001 | 10010 | 100111011 | 111101 | 110111 |
Color Harmonies of #D246AF
Complementary color
Monochromatic Colors of #D246AF
Black with #D246AF
Text Example
Text Example
White with #D246AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246AF; }
p { color: rgb(210,70,175); }
H1.HeaderClassName
{
color: #D246AF;
}
.AnyTagClassName
{
color: #D246AF;
}
</style>
background-color css
<style>
a { background-color: #D246AF; }
a { background-color: rgb(210,70,175); }
div.DivClassName
{
background-color: #D246AF;
}
.BgClassName
{
background-color: #D246AF;
}
</style>
border-color css
<style>
span { border-color: #D246AF; }
span { border-color: rgb(210,70,175); }
td.TdClassName
{
border-color: #D246AF;
}
.TagClassName
{
border-color: #D246AF;
}
</style>