Shades of Fuchsia #D263BB
Tints of Fuchsia #D263BB
RGB
CMYK
RGB Variations
Color information
#D263BB (or 0xD263BB) is known color: Fuchsia. HEX triplet: D2, 63 and BB. RGB value is (210,99,187). Sum of RGB (Red+Green+Blue) = 210+99+187=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D263BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263BB is #2D9C44. Grayscale: #8D8D8D. Windows color (decimal): -2989125 or 12280786. OLE color: 12280786.
HSL color Cylindrical-coordinate representation of color #D263BB: hue angle of 312.43º 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 #D263BB is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 187 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.18 |
| HSL | 312.43º | 0.55% | 0.61% | - |
| HSV(B) | 312.43º | 0.53% | 0.82% | - |
| XYZ | 40.01 | 26.21 | 49.96 | - |
| YUV | 142.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 187 | 0 | 0.53 | 0.11 | 0.18 | 312.43 | 0.55 | 0.61 |
| Hex | D2 | 63 | BB | 0 | 35 | B | 12 | 138 | 37 | 3D |
| Octal | 322 | 143 | 273 | 0 | 65 | 13 | 22 | 470 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10111011 | 0 | 110101 | 1011 | 10010 | 100111000 | 110111 | 111101 |
Color Harmonies of #D263BB
Complementary color
Monochromatic Colors of #D263BB
Black with #D263BB
Text Example
Text Example
White with #D263BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263BB; }
p { color: rgb(210,99,187); }
H1.HeaderClassName
{
color: #D263BB;
}
.AnyTagClassName
{
color: #D263BB;
}
</style>
background-color css
<style>
a { background-color: #D263BB; }
a { background-color: rgb(210,99,187); }
div.DivClassName
{
background-color: #D263BB;
}
.BgClassName
{
background-color: #D263BB;
}
</style>
border-color css
<style>
span { border-color: #D263BB; }
span { border-color: rgb(210,99,187); }
td.TdClassName
{
border-color: #D263BB;
}
.TagClassName
{
border-color: #D263BB;
}
</style>