Shades of Fuchsia #D263C0
Tints of Fuchsia #D263C0
RGB
CMYK
RGB Variations
Color information
#D263C0 (or 0xD263C0) is known color: Fuchsia. HEX triplet: D2, 63 and C0. RGB value is (210,99,192). Sum of RGB (Red+Green+Blue) = 210+99+192=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C0 is #2D9C3F. Grayscale: #8E8E8E. Windows color (decimal): -2989120 or 12608466. OLE color: 12608466.
HSL color Cylindrical-coordinate representation of color #D263C0: hue angle of 309.73º 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 #D263C0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 192 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.18 |
| HSL | 309.73º | 0.55% | 0.61% | - |
| HSV(B) | 309.73º | 0.53% | 0.82% | - |
| XYZ | 40.55 | 26.43 | 52.83 | - |
| YUV | 142.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 192 | 0 | 0.53 | 0.09 | 0.18 | 309.73 | 0.55 | 0.61 |
| Hex | D2 | 63 | C0 | 0 | 35 | 9 | 12 | 136 | 37 | 3D |
| Octal | 322 | 143 | 300 | 0 | 65 | 11 | 22 | 466 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11000000 | 0 | 110101 | 1001 | 10010 | 100110110 | 110111 | 111101 |
Color Harmonies of #D263C0
Complementary color
Monochromatic Colors of #D263C0
Black with #D263C0
Text Example
Text Example
White with #D263C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263C0; }
p { color: rgb(210,99,192); }
H1.HeaderClassName
{
color: #D263C0;
}
.AnyTagClassName
{
color: #D263C0;
}
</style>
background-color css
<style>
a { background-color: #D263C0; }
a { background-color: rgb(210,99,192); }
div.DivClassName
{
background-color: #D263C0;
}
.BgClassName
{
background-color: #D263C0;
}
</style>
border-color css
<style>
span { border-color: #D263C0; }
span { border-color: rgb(210,99,192); }
td.TdClassName
{
border-color: #D263C0;
}
.TagClassName
{
border-color: #D263C0;
}
</style>