Shades of Fuchsia #D263BA
Tints of Fuchsia #D263BA
RGB
CMYK
RGB Variations
Color information
#D263BA (or 0xD263BA) is known color: Fuchsia. HEX triplet: D2, 63 and BA. RGB value is (210,99,186). Sum of RGB (Red+Green+Blue) = 210+99+186=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D263BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263BA is #2D9C45. Grayscale: #8D8D8D. Windows color (decimal): -2989126 or 12215250. OLE color: 12215250.
HSL color Cylindrical-coordinate representation of color #D263BA: hue angle of 312.97º 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 #D263BA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 186 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.97º | 0.55% | 0.61% | - |
| HSV(B) | 312.97º | 0.53% | 0.82% | - |
| XYZ | 39.9 | 26.17 | 49.4 | - |
| YUV | 142.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 186 | 0 | 0.53 | 0.11 | 0.18 | 312.97 | 0.55 | 0.61 |
| Hex | D2 | 63 | BA | 0 | 35 | B | 12 | 139 | 37 | 3D |
| Octal | 322 | 143 | 272 | 0 | 65 | 13 | 22 | 471 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10111010 | 0 | 110101 | 1011 | 10010 | 100111001 | 110111 | 111101 |
Color Harmonies of #D263BA
Complementary color
Monochromatic Colors of #D263BA
Black with #D263BA
Text Example
Text Example
White with #D263BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263BA; }
p { color: rgb(210,99,186); }
H1.HeaderClassName
{
color: #D263BA;
}
.AnyTagClassName
{
color: #D263BA;
}
</style>
background-color css
<style>
a { background-color: #D263BA; }
a { background-color: rgb(210,99,186); }
div.DivClassName
{
background-color: #D263BA;
}
.BgClassName
{
background-color: #D263BA;
}
</style>
border-color css
<style>
span { border-color: #D263BA; }
span { border-color: rgb(210,99,186); }
td.TdClassName
{
border-color: #D263BA;
}
.TagClassName
{
border-color: #D263BA;
}
</style>