Shades of Fuchsia #D25AAC
Tints of Fuchsia #D25AAC
RGB
CMYK
RGB Variations
Color information
#D25AAC (or 0xD25AAC) is known color: Fuchsia. HEX triplet: D2, 5A and AC. RGB value is (210,90,172). Sum of RGB (Red+Green+Blue) = 210+90+172=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAC is #2DA553. Grayscale: #878787. Windows color (decimal): -2991444 or 11295442. OLE color: 11295442.
HSL color Cylindrical-coordinate representation of color #D25AAC: hue angle of 319º 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 #D25AAC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 172 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.18 |
| HSL | 319º | 0.57% | 0.59% | - |
| HSV(B) | 319º | 0.57% | 0.82% | - |
| XYZ | 37.68 | 23.99 | 41.67 | - |
| YUV | 135.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 172 | 0 | 0.57 | 0.18 | 0.18 | 319 | 0.57 | 0.59 |
| Hex | D2 | 5A | AC | 0 | 39 | 12 | 12 | 13F | 39 | 3B |
| Octal | 322 | 132 | 254 | 0 | 71 | 22 | 22 | 477 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10101100 | 0 | 111001 | 10010 | 10010 | 100111111 | 111001 | 111011 |
Color Harmonies of #D25AAC
Complementary color
Monochromatic Colors of #D25AAC
Black with #D25AAC
Text Example
Text Example
White with #D25AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AAC; }
p { color: rgb(210,90,172); }
H1.HeaderClassName
{
color: #D25AAC;
}
.AnyTagClassName
{
color: #D25AAC;
}
</style>
background-color css
<style>
a { background-color: #D25AAC; }
a { background-color: rgb(210,90,172); }
div.DivClassName
{
background-color: #D25AAC;
}
.BgClassName
{
background-color: #D25AAC;
}
</style>
border-color css
<style>
span { border-color: #D25AAC; }
span { border-color: rgb(210,90,172); }
td.TdClassName
{
border-color: #D25AAC;
}
.TagClassName
{
border-color: #D25AAC;
}
</style>