Shades of Fuchsia #D250AF
Tints of Fuchsia #D250AF
RGB
CMYK
RGB Variations
Color information
#D250AF (or 0xD250AF) is known color: Fuchsia. HEX triplet: D2, 50 and AF. RGB value is (210,80,175). Sum of RGB (Red+Green+Blue) = 210+80+175=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D250AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250AF is #2DAF50. Grayscale: #818181. Windows color (decimal): -2994001 or 11489490. OLE color: 11489490.
HSL color Cylindrical-coordinate representation of color #D250AF: hue angle of 316.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250AF is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 175 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.18 |
| HSL | 316.15º | 0.59% | 0.57% | - |
| HSV(B) | 316.15º | 0.62% | 0.82% | - |
| XYZ | 37.18 | 22.53 | 42.95 | - |
| YUV | 129.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 175 | 0 | 0.62 | 0.17 | 0.18 | 316.15 | 0.59 | 0.57 |
| Hex | D2 | 50 | AF | 0 | 3E | 11 | 12 | 13C | 3B | 39 |
| Octal | 322 | 120 | 257 | 0 | 76 | 21 | 22 | 474 | 73 | 71 |
| Binary | 11010010 | 1010000 | 10101111 | 0 | 111110 | 10001 | 10010 | 100111100 | 111011 | 111001 |
Color Harmonies of #D250AF
Complementary color
Monochromatic Colors of #D250AF
Black with #D250AF
Text Example
Text Example
White with #D250AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D250AF; }
p { color: rgb(210,80,175); }
H1.HeaderClassName
{
color: #D250AF;
}
.AnyTagClassName
{
color: #D250AF;
}
</style>
background-color css
<style>
a { background-color: #D250AF; }
a { background-color: rgb(210,80,175); }
div.DivClassName
{
background-color: #D250AF;
}
.BgClassName
{
background-color: #D250AF;
}
</style>
border-color css
<style>
span { border-color: #D250AF; }
span { border-color: rgb(210,80,175); }
td.TdClassName
{
border-color: #D250AF;
}
.TagClassName
{
border-color: #D250AF;
}
</style>