Shades of Fuchsia #D25AB2
Tints of Fuchsia #D25AB2
RGB
CMYK
RGB Variations
Color information
#D25AB2 (or 0xD25AB2) is known color: Fuchsia. HEX triplet: D2, 5A and B2. RGB value is (210,90,178). Sum of RGB (Red+Green+Blue) = 210+90+178=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AB2 is #2DA54D. Grayscale: #878787. Windows color (decimal): -2991438 or 11688658. OLE color: 11688658.
HSL color Cylindrical-coordinate representation of color #D25AB2: hue angle of 316º 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 #D25AB2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 178 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.18 |
| HSL | 316º | 0.57% | 0.59% | - |
| HSV(B) | 316º | 0.57% | 0.82% | - |
| XYZ | 38.27 | 24.23 | 44.78 | - |
| YUV | 135.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 178 | 0 | 0.57 | 0.15 | 0.18 | 316 | 0.57 | 0.59 |
| Hex | D2 | 5A | B2 | 0 | 39 | F | 12 | 13C | 39 | 3B |
| Octal | 322 | 132 | 262 | 0 | 71 | 17 | 22 | 474 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10110010 | 0 | 111001 | 1111 | 10010 | 100111100 | 111001 | 111011 |
Color Harmonies of #D25AB2
Complementary color
Monochromatic Colors of #D25AB2
Black with #D25AB2
Text Example
Text Example
White with #D25AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AB2; }
p { color: rgb(210,90,178); }
H1.HeaderClassName
{
color: #D25AB2;
}
.AnyTagClassName
{
color: #D25AB2;
}
</style>
background-color css
<style>
a { background-color: #D25AB2; }
a { background-color: rgb(210,90,178); }
div.DivClassName
{
background-color: #D25AB2;
}
.BgClassName
{
background-color: #D25AB2;
}
</style>
border-color css
<style>
span { border-color: #D25AB2; }
span { border-color: rgb(210,90,178); }
td.TdClassName
{
border-color: #D25AB2;
}
.TagClassName
{
border-color: #D25AB2;
}
</style>