Shades of Fuchsia #D263B9
Tints of Fuchsia #D263B9
RGB
CMYK
RGB Variations
Color information
#D263B9 (or 0xD263B9) is known color: Fuchsia. HEX triplet: D2, 63 and B9. RGB value is (210,99,185). Sum of RGB (Red+Green+Blue) = 210+99+185=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263B9 is #2D9C46. Grayscale: #8D8D8D. Windows color (decimal): -2989127 or 12149714. OLE color: 12149714.
HSL color Cylindrical-coordinate representation of color #D263B9: hue angle of 313.51º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263B9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 185 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.18 |
| HSL | 313.51º | 0.55% | 0.61% | - |
| HSV(B) | 313.51º | 0.53% | 0.82% | - |
| XYZ | 39.8 | 26.13 | 48.84 | - |
| YUV | 141.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 185 | 0 | 0.53 | 0.12 | 0.18 | 313.51 | 0.55 | 0.61 |
| Hex | D2 | 63 | B9 | 0 | 35 | C | 12 | 13A | 37 | 3D |
| Octal | 322 | 143 | 271 | 0 | 65 | 14 | 22 | 472 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10111001 | 0 | 110101 | 1100 | 10010 | 100111010 | 110111 | 111101 |
Color Harmonies of #D263B9
Complementary color
Monochromatic Colors of #D263B9
Black with #D263B9
Text Example
Text Example
White with #D263B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263B9; }
p { color: rgb(210,99,185); }
H1.HeaderClassName
{
color: #D263B9;
}
.AnyTagClassName
{
color: #D263B9;
}
</style>
background-color css
<style>
a { background-color: #D263B9; }
a { background-color: rgb(210,99,185); }
div.DivClassName
{
background-color: #D263B9;
}
.BgClassName
{
background-color: #D263B9;
}
</style>
border-color css
<style>
span { border-color: #D263B9; }
span { border-color: rgb(210,99,185); }
td.TdClassName
{
border-color: #D263B9;
}
.TagClassName
{
border-color: #D263B9;
}
</style>