Shades of Fuchsia #D263B0
Tints of Fuchsia #D263B0
RGB
CMYK
RGB Variations
Color information
#D263B0 (or 0xD263B0) is known color: Fuchsia. HEX triplet: D2, 63 and B0. RGB value is (210,99,176). Sum of RGB (Red+Green+Blue) = 210+99+176=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263B0 is #2D9C4F. Grayscale: #8C8C8C. Windows color (decimal): -2989136 or 11559890. OLE color: 11559890.
HSL color Cylindrical-coordinate representation of color #D263B0: hue angle of 318.38º 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 #D263B0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 176 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.18 |
| HSL | 318.38º | 0.55% | 0.61% | - |
| HSV(B) | 318.38º | 0.53% | 0.82% | - |
| XYZ | 38.88 | 25.76 | 44 | - |
| YUV | 140.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 176 | 0 | 0.53 | 0.16 | 0.18 | 318.38 | 0.55 | 0.61 |
| Hex | D2 | 63 | B0 | 0 | 35 | 10 | 12 | 13E | 37 | 3D |
| Octal | 322 | 143 | 260 | 0 | 65 | 20 | 22 | 476 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10110000 | 0 | 110101 | 10000 | 10010 | 100111110 | 110111 | 111101 |
Color Harmonies of #D263B0
Complementary color
Monochromatic Colors of #D263B0
Black with #D263B0
Text Example
Text Example
White with #D263B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263B0; }
p { color: rgb(210,99,176); }
H1.HeaderClassName
{
color: #D263B0;
}
.AnyTagClassName
{
color: #D263B0;
}
</style>
background-color css
<style>
a { background-color: #D263B0; }
a { background-color: rgb(210,99,176); }
div.DivClassName
{
background-color: #D263B0;
}
.BgClassName
{
background-color: #D263B0;
}
</style>
border-color css
<style>
span { border-color: #D263B0; }
span { border-color: rgb(210,99,176); }
td.TdClassName
{
border-color: #D263B0;
}
.TagClassName
{
border-color: #D263B0;
}
</style>