Shades of Fuchsia #D25CB0
Tints of Fuchsia #D25CB0
RGB
CMYK
RGB Variations
Color information
#D25CB0 (or 0xD25CB0) is known color: Fuchsia. HEX triplet: D2, 5C and B0. RGB value is (210,92,176). Sum of RGB (Red+Green+Blue) = 210+92+176=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CB0 is #2DA34F. Grayscale: #888888. Windows color (decimal): -2990928 or 11558098. OLE color: 11558098.
HSL color Cylindrical-coordinate representation of color #D25CB0: hue angle of 317.29º 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 #D25CB0 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 176 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.18 |
| HSL | 317.29º | 0.57% | 0.59% | - |
| HSV(B) | 317.29º | 0.56% | 0.82% | - |
| XYZ | 38.24 | 24.49 | 43.79 | - |
| YUV | 136.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 176 | 0 | 0.56 | 0.16 | 0.18 | 317.29 | 0.57 | 0.59 |
| Hex | D2 | 5C | B0 | 0 | 38 | 10 | 12 | 13D | 39 | 3B |
| Octal | 322 | 134 | 260 | 0 | 70 | 20 | 22 | 475 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10110000 | 0 | 111000 | 10000 | 10010 | 100111101 | 111001 | 111011 |
Color Harmonies of #D25CB0
Complementary color
Monochromatic Colors of #D25CB0
Black with #D25CB0
Text Example
Text Example
White with #D25CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CB0; }
p { color: rgb(210,92,176); }
H1.HeaderClassName
{
color: #D25CB0;
}
.AnyTagClassName
{
color: #D25CB0;
}
</style>
background-color css
<style>
a { background-color: #D25CB0; }
a { background-color: rgb(210,92,176); }
div.DivClassName
{
background-color: #D25CB0;
}
.BgClassName
{
background-color: #D25CB0;
}
</style>
border-color css
<style>
span { border-color: #D25CB0; }
span { border-color: rgb(210,92,176); }
td.TdClassName
{
border-color: #D25CB0;
}
.TagClassName
{
border-color: #D25CB0;
}
</style>