Shades of Fuchsia #D25CB1
Tints of Fuchsia #D25CB1
RGB
CMYK
RGB Variations
Color information
#D25CB1 (or 0xD25CB1) is known color: Fuchsia. HEX triplet: D2, 5C and B1. RGB value is (210,92,177). Sum of RGB (Red+Green+Blue) = 210+92+177=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CB1 is #2DA34E. Grayscale: #888888. Windows color (decimal): -2990927 or 11623634. OLE color: 11623634.
HSL color Cylindrical-coordinate representation of color #D25CB1: hue angle of 316.78º 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 #D25CB1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 177 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.18 |
| HSL | 316.78º | 0.57% | 0.59% | - |
| HSV(B) | 316.78º | 0.56% | 0.82% | - |
| XYZ | 38.34 | 24.53 | 44.31 | - |
| YUV | 136.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 177 | 0 | 0.56 | 0.16 | 0.18 | 316.78 | 0.57 | 0.59 |
| Hex | D2 | 5C | B1 | 0 | 38 | 10 | 12 | 13D | 39 | 3B |
| Octal | 322 | 134 | 261 | 0 | 70 | 20 | 22 | 475 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10110001 | 0 | 111000 | 10000 | 10010 | 100111101 | 111001 | 111011 |
Color Harmonies of #D25CB1
Complementary color
Monochromatic Colors of #D25CB1
Black with #D25CB1
Text Example
Text Example
White with #D25CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CB1; }
p { color: rgb(210,92,177); }
H1.HeaderClassName
{
color: #D25CB1;
}
.AnyTagClassName
{
color: #D25CB1;
}
</style>
background-color css
<style>
a { background-color: #D25CB1; }
a { background-color: rgb(210,92,177); }
div.DivClassName
{
background-color: #D25CB1;
}
.BgClassName
{
background-color: #D25CB1;
}
</style>
border-color css
<style>
span { border-color: #D25CB1; }
span { border-color: rgb(210,92,177); }
td.TdClassName
{
border-color: #D25CB1;
}
.TagClassName
{
border-color: #D25CB1;
}
</style>