Shades of Fuchsia #D261AF
Tints of Fuchsia #D261AF
RGB
CMYK
RGB Variations
Color information
#D261AF (or 0xD261AF) is known color: Fuchsia. HEX triplet: D2, 61 and AF. RGB value is (210,97,175). Sum of RGB (Red+Green+Blue) = 210+97+175=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D261AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261AF is #2D9E50. Grayscale: #8B8B8B. Windows color (decimal): -2989649 or 11493842. OLE color: 11493842.
HSL color Cylindrical-coordinate representation of color #D261AF: hue angle of 318.58º 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 #D261AF is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 175 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.18 |
| HSL | 318.58º | 0.56% | 0.6% | - |
| HSV(B) | 318.58º | 0.54% | 0.82% | - |
| XYZ | 38.59 | 25.35 | 43.42 | - |
| YUV | 139.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 175 | 0 | 0.54 | 0.17 | 0.18 | 318.58 | 0.56 | 0.6 |
| Hex | D2 | 61 | AF | 0 | 36 | 11 | 12 | 13F | 38 | 3C |
| Octal | 322 | 141 | 257 | 0 | 66 | 21 | 22 | 477 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10101111 | 0 | 110110 | 10001 | 10010 | 100111111 | 111000 | 111100 |
Color Harmonies of #D261AF
Complementary color
Monochromatic Colors of #D261AF
Black with #D261AF
Text Example
Text Example
White with #D261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261AF; }
p { color: rgb(210,97,175); }
H1.HeaderClassName
{
color: #D261AF;
}
.AnyTagClassName
{
color: #D261AF;
}
</style>
background-color css
<style>
a { background-color: #D261AF; }
a { background-color: rgb(210,97,175); }
div.DivClassName
{
background-color: #D261AF;
}
.BgClassName
{
background-color: #D261AF;
}
</style>
border-color css
<style>
span { border-color: #D261AF; }
span { border-color: rgb(210,97,175); }
td.TdClassName
{
border-color: #D261AF;
}
.TagClassName
{
border-color: #D261AF;
}
</style>