Shades of Fuchsia #D268BA
Tints of Fuchsia #D268BA
RGB
CMYK
RGB Variations
Color information
#D268BA (or 0xD268BA) is known color: Fuchsia. HEX triplet: D2, 68 and BA. RGB value is (210,104,186). Sum of RGB (Red+Green+Blue) = 210+104+186=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D268BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268BA is #2D9745. Grayscale: #909090. Windows color (decimal): -2987846 or 12216530. OLE color: 12216530.
HSL color Cylindrical-coordinate representation of color #D268BA: hue angle of 313.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268BA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 186 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.18 |
| HSL | 313.58º | 0.54% | 0.62% | - |
| HSV(B) | 313.58º | 0.5% | 0.82% | - |
| XYZ | 40.39 | 27.15 | 49.57 | - |
| YUV | 145.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 186 | 0 | 0.50 | 0.11 | 0.18 | 313.58 | 0.54 | 0.62 |
| Hex | D2 | 68 | BA | 0 | 32 | B | 12 | 13A | 36 | 3E |
| Octal | 322 | 150 | 272 | 0 | 62 | 13 | 22 | 472 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10111010 | 0 | 110010 | 1011 | 10010 | 100111010 | 110110 | 111110 |
Color Harmonies of #D268BA
Complementary color
Monochromatic Colors of #D268BA
Black with #D268BA
Text Example
Text Example
White with #D268BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268BA; }
p { color: rgb(210,104,186); }
H1.HeaderClassName
{
color: #D268BA;
}
.AnyTagClassName
{
color: #D268BA;
}
</style>
background-color css
<style>
a { background-color: #D268BA; }
a { background-color: rgb(210,104,186); }
div.DivClassName
{
background-color: #D268BA;
}
.BgClassName
{
background-color: #D268BA;
}
</style>
border-color css
<style>
span { border-color: #D268BA; }
span { border-color: rgb(210,104,186); }
td.TdClassName
{
border-color: #D268BA;
}
.TagClassName
{
border-color: #D268BA;
}
</style>