Shades of Fuchsia #D25CBA
Tints of Fuchsia #D25CBA
RGB
CMYK
RGB Variations
Color information
#D25CBA (or 0xD25CBA) is known color: Fuchsia. HEX triplet: D2, 5C and BA. RGB value is (210,92,186). Sum of RGB (Red+Green+Blue) = 210+92+186=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CBA is #2DA345. Grayscale: #898989. Windows color (decimal): -2990918 or 12213458. OLE color: 12213458.
HSL color Cylindrical-coordinate representation of color #D25CBA: hue angle of 312.2º 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 #D25CBA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 186 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 312.2º | 0.57% | 0.59% | - |
| HSV(B) | 312.2º | 0.56% | 0.82% | - |
| XYZ | 39.27 | 24.9 | 49.19 | - |
| YUV | 138 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 186 | 0 | 0.56 | 0.11 | 0.18 | 312.2 | 0.57 | 0.59 |
| Hex | D2 | 5C | BA | 0 | 38 | B | 12 | 138 | 39 | 3B |
| Octal | 322 | 134 | 272 | 0 | 70 | 13 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10111010 | 0 | 111000 | 1011 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25CBA
Complementary color
Monochromatic Colors of #D25CBA
Black with #D25CBA
Text Example
Text Example
White with #D25CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CBA; }
p { color: rgb(210,92,186); }
H1.HeaderClassName
{
color: #D25CBA;
}
.AnyTagClassName
{
color: #D25CBA;
}
</style>
background-color css
<style>
a { background-color: #D25CBA; }
a { background-color: rgb(210,92,186); }
div.DivClassName
{
background-color: #D25CBA;
}
.BgClassName
{
background-color: #D25CBA;
}
</style>
border-color css
<style>
span { border-color: #D25CBA; }
span { border-color: rgb(210,92,186); }
td.TdClassName
{
border-color: #D25CBA;
}
.TagClassName
{
border-color: #D25CBA;
}
</style>