Shades of Fuchsia #D263B6
Tints of Fuchsia #D263B6
RGB
CMYK
RGB Variations
Color information
#D263B6 (or 0xD263B6) is known color: Fuchsia. HEX triplet: D2, 63 and B6. RGB value is (210,99,182). Sum of RGB (Red+Green+Blue) = 210+99+182=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263B6 is #2D9C49. Grayscale: #8D8D8D. Windows color (decimal): -2989130 or 11953106. OLE color: 11953106.
HSL color Cylindrical-coordinate representation of color #D263B6: hue angle of 315.14º 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 #D263B6 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 182 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.18 |
| HSL | 315.14º | 0.55% | 0.61% | - |
| HSV(B) | 315.14º | 0.53% | 0.82% | - |
| XYZ | 39.48 | 26 | 47.19 | - |
| YUV | 141.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 182 | 0 | 0.53 | 0.13 | 0.18 | 315.14 | 0.55 | 0.61 |
| Hex | D2 | 63 | B6 | 0 | 35 | D | 12 | 13B | 37 | 3D |
| Octal | 322 | 143 | 266 | 0 | 65 | 15 | 22 | 473 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10110110 | 0 | 110101 | 1101 | 10010 | 100111011 | 110111 | 111101 |
Color Harmonies of #D263B6
Complementary color
Monochromatic Colors of #D263B6
Black with #D263B6
Text Example
Text Example
White with #D263B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263B6; }
p { color: rgb(210,99,182); }
H1.HeaderClassName
{
color: #D263B6;
}
.AnyTagClassName
{
color: #D263B6;
}
</style>
background-color css
<style>
a { background-color: #D263B6; }
a { background-color: rgb(210,99,182); }
div.DivClassName
{
background-color: #D263B6;
}
.BgClassName
{
background-color: #D263B6;
}
</style>
border-color css
<style>
span { border-color: #D263B6; }
span { border-color: rgb(210,99,182); }
td.TdClassName
{
border-color: #D263B6;
}
.TagClassName
{
border-color: #D263B6;
}
</style>