Shades of Fuchsia #D25AAF
Tints of Fuchsia #D25AAF
RGB
CMYK
RGB Variations
Color information
#D25AAF (or 0xD25AAF) is known color: Fuchsia. HEX triplet: D2, 5A and AF. RGB value is (210,90,175). Sum of RGB (Red+Green+Blue) = 210+90+175=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAF is #2DA550. Grayscale: #878787. Windows color (decimal): -2991441 or 11492050. OLE color: 11492050.
HSL color Cylindrical-coordinate representation of color #D25AAF: hue angle of 317.5º 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 #D25AAF is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 175 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.18 |
| HSL | 317.5º | 0.57% | 0.59% | - |
| HSV(B) | 317.5º | 0.57% | 0.82% | - |
| XYZ | 37.97 | 24.11 | 43.21 | - |
| YUV | 135.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 175 | 0 | 0.57 | 0.17 | 0.18 | 317.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | AF | 0 | 39 | 11 | 12 | 13E | 39 | 3B |
| Octal | 322 | 132 | 257 | 0 | 71 | 21 | 22 | 476 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101111 | 0 | 111001 | 10001 | 10010 | 100111110 | 111001 | 111011 |
Color Harmonies of #D25AAF
Complementary color
Monochromatic Colors of #D25AAF
Black with #D25AAF
Text Example
Text Example
White with #D25AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AAF; }
p { color: rgb(210,90,175); }
H1.HeaderClassName
{
color: #D25AAF;
}
.AnyTagClassName
{
color: #D25AAF;
}
</style>
background-color css
<style>
a { background-color: #D25AAF; }
a { background-color: rgb(210,90,175); }
div.DivClassName
{
background-color: #D25AAF;
}
.BgClassName
{
background-color: #D25AAF;
}
</style>
border-color css
<style>
span { border-color: #D25AAF; }
span { border-color: rgb(210,90,175); }
td.TdClassName
{
border-color: #D25AAF;
}
.TagClassName
{
border-color: #D25AAF;
}
</style>