Shades of Fuchsia #D260BD
Tints of Fuchsia #D260BD
RGB
CMYK
RGB Variations
Color information
#D260BD (or 0xD260BD) is known color: Fuchsia. HEX triplet: D2, 60 and BD. RGB value is (210,96,189). Sum of RGB (Red+Green+Blue) = 210+96+189=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D260BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260BD is #2D9F42. Grayscale: #8C8C8C. Windows color (decimal): -2989891 or 12411090. OLE color: 12411090.
HSL color Cylindrical-coordinate representation of color #D260BD: hue angle of 311.05º 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 #D260BD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 189 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.18 |
| HSL | 311.05º | 0.56% | 0.6% | - |
| HSV(B) | 311.05º | 0.54% | 0.82% | - |
| XYZ | 39.95 | 25.74 | 51.01 | - |
| YUV | 140.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 189 | 0 | 0.54 | 0.10 | 0.18 | 311.05 | 0.56 | 0.6 |
| Hex | D2 | 60 | BD | 0 | 36 | A | 12 | 137 | 38 | 3C |
| Octal | 322 | 140 | 275 | 0 | 66 | 12 | 22 | 467 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10111101 | 0 | 110110 | 1010 | 10010 | 100110111 | 111000 | 111100 |
Color Harmonies of #D260BD
Complementary color
Monochromatic Colors of #D260BD
Black with #D260BD
Text Example
Text Example
White with #D260BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260BD; }
p { color: rgb(210,96,189); }
H1.HeaderClassName
{
color: #D260BD;
}
.AnyTagClassName
{
color: #D260BD;
}
</style>
background-color css
<style>
a { background-color: #D260BD; }
a { background-color: rgb(210,96,189); }
div.DivClassName
{
background-color: #D260BD;
}
.BgClassName
{
background-color: #D260BD;
}
</style>
border-color css
<style>
span { border-color: #D260BD; }
span { border-color: rgb(210,96,189); }
td.TdClassName
{
border-color: #D260BD;
}
.TagClassName
{
border-color: #D260BD;
}
</style>