Shades of Fuchsia #D25FC5
Tints of Fuchsia #D25FC5
RGB
CMYK
RGB Variations
Color information
#D25FC5 (or 0xD25FC5) is known color: Fuchsia. HEX triplet: D2, 5F and C5. RGB value is (210,95,197). Sum of RGB (Red+Green+Blue) = 210+95+197=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC5 is #2DA03A. Grayscale: #8C8C8C. Windows color (decimal): -2990139 or 12935122. OLE color: 12935122.
HSL color Cylindrical-coordinate representation of color #D25FC5: hue angle of 306.78º 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 #D25FC5 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 197 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.18 |
| HSL | 306.78º | 0.56% | 0.6% | - |
| HSV(B) | 306.78º | 0.55% | 0.82% | - |
| XYZ | 40.75 | 25.92 | 55.68 | - |
| YUV | 141.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 197 | 0 | 0.55 | 0.06 | 0.18 | 306.78 | 0.56 | 0.6 |
| Hex | D2 | 5F | C5 | 0 | 37 | 6 | 12 | 133 | 38 | 3C |
| Octal | 322 | 137 | 305 | 0 | 67 | 6 | 22 | 463 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11000101 | 0 | 110111 | 110 | 10010 | 100110011 | 111000 | 111100 |
Color Harmonies of #D25FC5
Complementary color
Monochromatic Colors of #D25FC5
Black with #D25FC5
Text Example
Text Example
White with #D25FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC5; }
p { color: rgb(210,95,197); }
H1.HeaderClassName
{
color: #D25FC5;
}
.AnyTagClassName
{
color: #D25FC5;
}
</style>
background-color css
<style>
a { background-color: #D25FC5; }
a { background-color: rgb(210,95,197); }
div.DivClassName
{
background-color: #D25FC5;
}
.BgClassName
{
background-color: #D25FC5;
}
</style>
border-color css
<style>
span { border-color: #D25FC5; }
span { border-color: rgb(210,95,197); }
td.TdClassName
{
border-color: #D25FC5;
}
.TagClassName
{
border-color: #D25FC5;
}
</style>