Shades of Fuchsia #D25FAE
Tints of Fuchsia #D25FAE
RGB
CMYK
RGB Variations
Color information
#D25FAE (or 0xD25FAE) is known color: Fuchsia. HEX triplet: D2, 5F and AE. RGB value is (210,95,174). Sum of RGB (Red+Green+Blue) = 210+95+174=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25FAE is #2DA051. Grayscale: #8A8A8A. Windows color (decimal): -2990162 or 11427794. OLE color: 11427794.
HSL color Cylindrical-coordinate representation of color #D25FAE: hue angle of 318.78º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FAE is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 174 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.18 |
| HSL | 318.78º | 0.56% | 0.6% | - |
| HSV(B) | 318.78º | 0.55% | 0.82% | - |
| XYZ | 38.31 | 24.94 | 42.84 | - |
| YUV | 138.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 174 | 0 | 0.55 | 0.17 | 0.18 | 318.78 | 0.56 | 0.6 |
| Hex | D2 | 5F | AE | 0 | 37 | 11 | 12 | 13F | 38 | 3C |
| Octal | 322 | 137 | 256 | 0 | 67 | 21 | 22 | 477 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10101110 | 0 | 110111 | 10001 | 10010 | 100111111 | 111000 | 111100 |
Color Harmonies of #D25FAE
Complementary color
Monochromatic Colors of #D25FAE
Black with #D25FAE
Text Example
Text Example
White with #D25FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FAE; }
p { color: rgb(210,95,174); }
H1.HeaderClassName
{
color: #D25FAE;
}
.AnyTagClassName
{
color: #D25FAE;
}
</style>
background-color css
<style>
a { background-color: #D25FAE; }
a { background-color: rgb(210,95,174); }
div.DivClassName
{
background-color: #D25FAE;
}
.BgClassName
{
background-color: #D25FAE;
}
</style>
border-color css
<style>
span { border-color: #D25FAE; }
span { border-color: rgb(210,95,174); }
td.TdClassName
{
border-color: #D25FAE;
}
.TagClassName
{
border-color: #D25FAE;
}
</style>