Shades of Fuchsia #D268B9
Tints of Fuchsia #D268B9
RGB
CMYK
RGB Variations
Color information
#D268B9 (or 0xD268B9) is known color: Fuchsia. HEX triplet: D2, 68 and B9. RGB value is (210,104,185). Sum of RGB (Red+Green+Blue) = 210+104+185=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D268B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268B9 is #2D9746. Grayscale: #909090. Windows color (decimal): -2987847 or 12150994. OLE color: 12150994.
HSL color Cylindrical-coordinate representation of color #D268B9: hue angle of 314.15º 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 #D268B9 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 185 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.18 |
| HSL | 314.15º | 0.54% | 0.62% | - |
| HSV(B) | 314.15º | 0.5% | 0.82% | - |
| XYZ | 40.29 | 27.11 | 49.01 | - |
| YUV | 144.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 185 | 0 | 0.50 | 0.12 | 0.18 | 314.15 | 0.54 | 0.62 |
| Hex | D2 | 68 | B9 | 0 | 32 | C | 12 | 13A | 36 | 3E |
| Octal | 322 | 150 | 271 | 0 | 62 | 14 | 22 | 472 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10111001 | 0 | 110010 | 1100 | 10010 | 100111010 | 110110 | 111110 |
Color Harmonies of #D268B9
Complementary color
Monochromatic Colors of #D268B9
Black with #D268B9
Text Example
Text Example
White with #D268B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268B9; }
p { color: rgb(210,104,185); }
H1.HeaderClassName
{
color: #D268B9;
}
.AnyTagClassName
{
color: #D268B9;
}
</style>
background-color css
<style>
a { background-color: #D268B9; }
a { background-color: rgb(210,104,185); }
div.DivClassName
{
background-color: #D268B9;
}
.BgClassName
{
background-color: #D268B9;
}
</style>
border-color css
<style>
span { border-color: #D268B9; }
span { border-color: rgb(210,104,185); }
td.TdClassName
{
border-color: #D268B9;
}
.TagClassName
{
border-color: #D268B9;
}
</style>