Shades of Fuchsia #D260AF
Tints of Fuchsia #D260AF
RGB
CMYK
RGB Variations
Color information
#D260AF (or 0xD260AF) is known color: Fuchsia. HEX triplet: D2, 60 and AF. RGB value is (210,96,175). Sum of RGB (Red+Green+Blue) = 210+96+175=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D260AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260AF is #2D9F50. Grayscale: #8A8A8A. Windows color (decimal): -2989905 or 11493586. OLE color: 11493586.
HSL color Cylindrical-coordinate representation of color #D260AF: hue angle of 318.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260AF is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 175 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.18 |
| HSL | 318.42º | 0.56% | 0.6% | - |
| HSV(B) | 318.42º | 0.54% | 0.82% | - |
| XYZ | 38.5 | 25.16 | 43.39 | - |
| YUV | 139.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 175 | 0 | 0.54 | 0.17 | 0.18 | 318.42 | 0.56 | 0.6 |
| Hex | D2 | 60 | AF | 0 | 36 | 11 | 12 | 13E | 38 | 3C |
| Octal | 322 | 140 | 257 | 0 | 66 | 21 | 22 | 476 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10101111 | 0 | 110110 | 10001 | 10010 | 100111110 | 111000 | 111100 |
Color Harmonies of #D260AF
Complementary color
Monochromatic Colors of #D260AF
Black with #D260AF
Text Example
Text Example
White with #D260AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260AF; }
p { color: rgb(210,96,175); }
H1.HeaderClassName
{
color: #D260AF;
}
.AnyTagClassName
{
color: #D260AF;
}
</style>
background-color css
<style>
a { background-color: #D260AF; }
a { background-color: rgb(210,96,175); }
div.DivClassName
{
background-color: #D260AF;
}
.BgClassName
{
background-color: #D260AF;
}
</style>
border-color css
<style>
span { border-color: #D260AF; }
span { border-color: rgb(210,96,175); }
td.TdClassName
{
border-color: #D260AF;
}
.TagClassName
{
border-color: #D260AF;
}
</style>