Shades of Fuchsia #D263BD
Tints of Fuchsia #D263BD
RGB
CMYK
RGB Variations
Color information
#D263BD (or 0xD263BD) is known color: Fuchsia. HEX triplet: D2, 63 and BD. RGB value is (210,99,189). Sum of RGB (Red+Green+Blue) = 210+99+189=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D263BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263BD is #2D9C42. Grayscale: #8E8E8E. Windows color (decimal): -2989123 or 12411858. OLE color: 12411858.
HSL color Cylindrical-coordinate representation of color #D263BD: hue angle of 311.35º 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 #D263BD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 189 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.18 |
| HSL | 311.35º | 0.55% | 0.61% | - |
| HSV(B) | 311.35º | 0.53% | 0.82% | - |
| XYZ | 40.23 | 26.3 | 51.1 | - |
| YUV | 142.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 189 | 0 | 0.53 | 0.10 | 0.18 | 311.35 | 0.55 | 0.61 |
| Hex | D2 | 63 | BD | 0 | 35 | A | 12 | 137 | 37 | 3D |
| Octal | 322 | 143 | 275 | 0 | 65 | 12 | 22 | 467 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10111101 | 0 | 110101 | 1010 | 10010 | 100110111 | 110111 | 111101 |
Color Harmonies of #D263BD
Complementary color
Monochromatic Colors of #D263BD
Black with #D263BD
Text Example
Text Example
White with #D263BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263BD; }
p { color: rgb(210,99,189); }
H1.HeaderClassName
{
color: #D263BD;
}
.AnyTagClassName
{
color: #D263BD;
}
</style>
background-color css
<style>
a { background-color: #D263BD; }
a { background-color: rgb(210,99,189); }
div.DivClassName
{
background-color: #D263BD;
}
.BgClassName
{
background-color: #D263BD;
}
</style>
border-color css
<style>
span { border-color: #D263BD; }
span { border-color: rgb(210,99,189); }
td.TdClassName
{
border-color: #D263BD;
}
.TagClassName
{
border-color: #D263BD;
}
</style>