Shades of Fuchsia #D25BC6
Tints of Fuchsia #D25BC6
RGB
CMYK
RGB Variations
Color information
#D25BC6 (or 0xD25BC6) is known color: Fuchsia. HEX triplet: D2, 5B and C6. RGB value is (210,91,198). Sum of RGB (Red+Green+Blue) = 210+91+198=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BC6 is #2DA439. Grayscale: #8A8A8A. Windows color (decimal): -2991162 or 12999634. OLE color: 12999634.
HSL color Cylindrical-coordinate representation of color #D25BC6: hue angle of 306.05º 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 #D25BC6 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 198 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.18 |
| HSL | 306.05º | 0.57% | 0.59% | - |
| HSV(B) | 306.05º | 0.57% | 0.82% | - |
| XYZ | 40.51 | 25.26 | 56.17 | - |
| YUV | 138.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 198 | 0 | 0.57 | 0.06 | 0.18 | 306.05 | 0.57 | 0.59 |
| Hex | D2 | 5B | C6 | 0 | 39 | 6 | 12 | 132 | 39 | 3B |
| Octal | 322 | 133 | 306 | 0 | 71 | 6 | 22 | 462 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11000110 | 0 | 111001 | 110 | 10010 | 100110010 | 111001 | 111011 |
Color Harmonies of #D25BC6
Complementary color
Monochromatic Colors of #D25BC6
Black with #D25BC6
Text Example
Text Example
White with #D25BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BC6; }
p { color: rgb(210,91,198); }
H1.HeaderClassName
{
color: #D25BC6;
}
.AnyTagClassName
{
color: #D25BC6;
}
</style>
background-color css
<style>
a { background-color: #D25BC6; }
a { background-color: rgb(210,91,198); }
div.DivClassName
{
background-color: #D25BC6;
}
.BgClassName
{
background-color: #D25BC6;
}
</style>
border-color css
<style>
span { border-color: #D25BC6; }
span { border-color: rgb(210,91,198); }
td.TdClassName
{
border-color: #D25BC6;
}
.TagClassName
{
border-color: #D25BC6;
}
</style>