Shades of Fuchsia #D263B3
Tints of Fuchsia #D263B3
RGB
CMYK
RGB Variations
Color information
#D263B3 (or 0xD263B3) is known color: Fuchsia. HEX triplet: D2, 63 and B3. RGB value is (210,99,179). Sum of RGB (Red+Green+Blue) = 210+99+179=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263B3 is #2D9C4C. Grayscale: #8D8D8D. Windows color (decimal): -2989133 or 11756498. OLE color: 11756498.
HSL color Cylindrical-coordinate representation of color #D263B3: hue angle of 316.76º 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 #D263B3 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 179 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.18 |
| HSL | 316.76º | 0.55% | 0.61% | - |
| HSV(B) | 316.76º | 0.53% | 0.82% | - |
| XYZ | 39.18 | 25.88 | 45.58 | - |
| YUV | 141.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 179 | 0 | 0.53 | 0.15 | 0.18 | 316.76 | 0.55 | 0.61 |
| Hex | D2 | 63 | B3 | 0 | 35 | F | 12 | 13D | 37 | 3D |
| Octal | 322 | 143 | 263 | 0 | 65 | 17 | 22 | 475 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10110011 | 0 | 110101 | 1111 | 10010 | 100111101 | 110111 | 111101 |
Color Harmonies of #D263B3
Complementary color
Monochromatic Colors of #D263B3
Black with #D263B3
Text Example
Text Example
White with #D263B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263B3; }
p { color: rgb(210,99,179); }
H1.HeaderClassName
{
color: #D263B3;
}
.AnyTagClassName
{
color: #D263B3;
}
</style>
background-color css
<style>
a { background-color: #D263B3; }
a { background-color: rgb(210,99,179); }
div.DivClassName
{
background-color: #D263B3;
}
.BgClassName
{
background-color: #D263B3;
}
</style>
border-color css
<style>
span { border-color: #D263B3; }
span { border-color: rgb(210,99,179); }
td.TdClassName
{
border-color: #D263B3;
}
.TagClassName
{
border-color: #D263B3;
}
</style>