Shades of Fuchsia #D25FC0
Tints of Fuchsia #D25FC0
RGB
CMYK
RGB Variations
Color information
#D25FC0 (or 0xD25FC0) is known color: Fuchsia. HEX triplet: D2, 5F and C0. RGB value is (210,95,192). Sum of RGB (Red+Green+Blue) = 210+95+192=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC0 is #2DA03F. Grayscale: #8C8C8C. Windows color (decimal): -2990144 or 12607442. OLE color: 12607442.
HSL color Cylindrical-coordinate representation of color #D25FC0: hue angle of 309.39º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FC0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 192 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.18 |
| HSL | 309.39º | 0.56% | 0.6% | - |
| HSV(B) | 309.39º | 0.55% | 0.82% | - |
| XYZ | 40.18 | 25.69 | 52.71 | - |
| YUV | 140.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 192 | 0 | 0.55 | 0.09 | 0.18 | 309.39 | 0.56 | 0.6 |
| Hex | D2 | 5F | C0 | 0 | 37 | 9 | 12 | 135 | 38 | 3C |
| Octal | 322 | 137 | 300 | 0 | 67 | 11 | 22 | 465 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11000000 | 0 | 110111 | 1001 | 10010 | 100110101 | 111000 | 111100 |
Color Harmonies of #D25FC0
Complementary color
Monochromatic Colors of #D25FC0
Black with #D25FC0
Text Example
Text Example
White with #D25FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC0; }
p { color: rgb(210,95,192); }
H1.HeaderClassName
{
color: #D25FC0;
}
.AnyTagClassName
{
color: #D25FC0;
}
</style>
background-color css
<style>
a { background-color: #D25FC0; }
a { background-color: rgb(210,95,192); }
div.DivClassName
{
background-color: #D25FC0;
}
.BgClassName
{
background-color: #D25FC0;
}
</style>
border-color css
<style>
span { border-color: #D25FC0; }
span { border-color: rgb(210,95,192); }
td.TdClassName
{
border-color: #D25FC0;
}
.TagClassName
{
border-color: #D25FC0;
}
</style>