Shades of Fuchsia #D25AAE
Tints of Fuchsia #D25AAE
RGB
CMYK
RGB Variations
Color information
#D25AAE (or 0xD25AAE) is known color: Fuchsia. HEX triplet: D2, 5A and AE. RGB value is (210,90,174). Sum of RGB (Red+Green+Blue) = 210+90+174=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAE is #2DA551. Grayscale: #878787. Windows color (decimal): -2991442 or 11426514. OLE color: 11426514.
HSL color Cylindrical-coordinate representation of color #D25AAE: hue angle of 318º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25AAE is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 174 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.18 |
| HSL | 318º | 0.57% | 0.59% | - |
| HSV(B) | 318º | 0.57% | 0.82% | - |
| XYZ | 37.87 | 24.07 | 42.69 | - |
| YUV | 135.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 174 | 0 | 0.57 | 0.17 | 0.18 | 318 | 0.57 | 0.59 |
| Hex | D2 | 5A | AE | 0 | 39 | 11 | 12 | 13E | 39 | 3B |
| Octal | 322 | 132 | 256 | 0 | 71 | 21 | 22 | 476 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101110 | 0 | 111001 | 10001 | 10010 | 100111110 | 111001 | 111011 |
Color Harmonies of #D25AAE
Complementary color
Monochromatic Colors of #D25AAE
Black with #D25AAE
Text Example
Text Example
White with #D25AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AAE; }
p { color: rgb(210,90,174); }
H1.HeaderClassName
{
color: #D25AAE;
}
.AnyTagClassName
{
color: #D25AAE;
}
</style>
background-color css
<style>
a { background-color: #D25AAE; }
a { background-color: rgb(210,90,174); }
div.DivClassName
{
background-color: #D25AAE;
}
.BgClassName
{
background-color: #D25AAE;
}
</style>
border-color css
<style>
span { border-color: #D25AAE; }
span { border-color: rgb(210,90,174); }
td.TdClassName
{
border-color: #D25AAE;
}
.TagClassName
{
border-color: #D25AAE;
}
</style>