Shades of Fuchsia #D260B3
Tints of Fuchsia #D260B3
RGB
CMYK
RGB Variations
Color information
#D260B3 (or 0xD260B3) is known color: Fuchsia. HEX triplet: D2, 60 and B3. RGB value is (210,96,179). Sum of RGB (Red+Green+Blue) = 210+96+179=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D260B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260B3 is #2D9F4C. Grayscale: #8B8B8B. Windows color (decimal): -2989901 or 11755730. OLE color: 11755730.
HSL color Cylindrical-coordinate representation of color #D260B3: hue angle of 316.32º 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 #D260B3 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 179 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.18 |
| HSL | 316.32º | 0.56% | 0.6% | - |
| HSV(B) | 316.32º | 0.54% | 0.82% | - |
| XYZ | 38.9 | 25.32 | 45.49 | - |
| YUV | 139.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 179 | 0 | 0.54 | 0.15 | 0.18 | 316.32 | 0.56 | 0.6 |
| Hex | D2 | 60 | B3 | 0 | 36 | F | 12 | 13C | 38 | 3C |
| Octal | 322 | 140 | 263 | 0 | 66 | 17 | 22 | 474 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10110011 | 0 | 110110 | 1111 | 10010 | 100111100 | 111000 | 111100 |
Color Harmonies of #D260B3
Complementary color
Monochromatic Colors of #D260B3
Black with #D260B3
Text Example
Text Example
White with #D260B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260B3; }
p { color: rgb(210,96,179); }
H1.HeaderClassName
{
color: #D260B3;
}
.AnyTagClassName
{
color: #D260B3;
}
</style>
background-color css
<style>
a { background-color: #D260B3; }
a { background-color: rgb(210,96,179); }
div.DivClassName
{
background-color: #D260B3;
}
.BgClassName
{
background-color: #D260B3;
}
</style>
border-color css
<style>
span { border-color: #D260B3; }
span { border-color: rgb(210,96,179); }
td.TdClassName
{
border-color: #D260B3;
}
.TagClassName
{
border-color: #D260B3;
}
</style>