Shades of Fuchsia #D260B5
Tints of Fuchsia #D260B5
RGB
CMYK
RGB Variations
Color information
#D260B5 (or 0xD260B5) is known color: Fuchsia. HEX triplet: D2, 60 and B5. RGB value is (210,96,181). Sum of RGB (Red+Green+Blue) = 210+96+181=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260B5 is #2D9F4A. Grayscale: #8B8B8B. Windows color (decimal): -2989899 or 11886802. OLE color: 11886802.
HSL color Cylindrical-coordinate representation of color #D260B5: hue angle of 315.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260B5 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 181 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.18 |
| HSL | 315.26º | 0.56% | 0.6% | - |
| HSV(B) | 315.26º | 0.54% | 0.82% | - |
| XYZ | 39.1 | 25.4 | 46.56 | - |
| YUV | 139.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 181 | 0 | 0.54 | 0.14 | 0.18 | 315.26 | 0.56 | 0.6 |
| Hex | D2 | 60 | B5 | 0 | 36 | E | 12 | 13B | 38 | 3C |
| Octal | 322 | 140 | 265 | 0 | 66 | 16 | 22 | 473 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10110101 | 0 | 110110 | 1110 | 10010 | 100111011 | 111000 | 111100 |
Color Harmonies of #D260B5
Complementary color
Monochromatic Colors of #D260B5
Black with #D260B5
Text Example
Text Example
White with #D260B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260B5; }
p { color: rgb(210,96,181); }
H1.HeaderClassName
{
color: #D260B5;
}
.AnyTagClassName
{
color: #D260B5;
}
</style>
background-color css
<style>
a { background-color: #D260B5; }
a { background-color: rgb(210,96,181); }
div.DivClassName
{
background-color: #D260B5;
}
.BgClassName
{
background-color: #D260B5;
}
</style>
border-color css
<style>
span { border-color: #D260B5; }
span { border-color: rgb(210,96,181); }
td.TdClassName
{
border-color: #D260B5;
}
.TagClassName
{
border-color: #D260B5;
}
</style>