Shades of Fuchsia #D25CBC
Tints of Fuchsia #D25CBC
RGB
CMYK
RGB Variations
Color information
#D25CBC (or 0xD25CBC) is known color: Fuchsia. HEX triplet: D2, 5C and BC. RGB value is (210,92,188). Sum of RGB (Red+Green+Blue) = 210+92+188=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBC is #2DA343. Grayscale: #898989. Windows color (decimal): -2990916 or 12344530. OLE color: 12344530.
HSL color Cylindrical-coordinate representation of color #D25CBC: hue angle of 311.19º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CBC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 188 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.18 |
| HSL | 311.19º | 0.57% | 0.59% | - |
| HSV(B) | 311.19º | 0.56% | 0.82% | - |
| XYZ | 39.48 | 24.99 | 50.32 | - |
| YUV | 138.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 188 | 0 | 0.56 | 0.10 | 0.18 | 311.19 | 0.57 | 0.59 |
| Hex | D2 | 5C | BC | 0 | 38 | A | 12 | 137 | 39 | 3B |
| Octal | 322 | 134 | 274 | 0 | 70 | 12 | 22 | 467 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10111100 | 0 | 111000 | 1010 | 10010 | 100110111 | 111001 | 111011 |
Color Harmonies of #D25CBC
Complementary color
Monochromatic Colors of #D25CBC
Black with #D25CBC
Text Example
Text Example
White with #D25CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CBC; }
p { color: rgb(210,92,188); }
H1.HeaderClassName
{
color: #D25CBC;
}
.AnyTagClassName
{
color: #D25CBC;
}
</style>
background-color css
<style>
a { background-color: #D25CBC; }
a { background-color: rgb(210,92,188); }
div.DivClassName
{
background-color: #D25CBC;
}
.BgClassName
{
background-color: #D25CBC;
}
</style>
border-color css
<style>
span { border-color: #D25CBC; }
span { border-color: rgb(210,92,188); }
td.TdClassName
{
border-color: #D25CBC;
}
.TagClassName
{
border-color: #D25CBC;
}
</style>