Shades of Fuchsia #D263B5
Tints of Fuchsia #D263B5
RGB
CMYK
RGB Variations
Color information
#D263B5 (or 0xD263B5) is known color: Fuchsia. HEX triplet: D2, 63 and B5. RGB value is (210,99,181). Sum of RGB (Red+Green+Blue) = 210+99+181=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263B5 is #2D9C4A. Grayscale: #8D8D8D. Windows color (decimal): -2989131 or 11887570. OLE color: 11887570.
HSL color Cylindrical-coordinate representation of color #D263B5: hue angle of 315.68º 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 #D263B5 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 181 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.18 |
| HSL | 315.68º | 0.55% | 0.61% | - |
| HSV(B) | 315.68º | 0.53% | 0.82% | - |
| XYZ | 39.38 | 25.96 | 46.65 | - |
| YUV | 141.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 181 | 0 | 0.53 | 0.14 | 0.18 | 315.68 | 0.55 | 0.61 |
| Hex | D2 | 63 | B5 | 0 | 35 | E | 12 | 13C | 37 | 3D |
| Octal | 322 | 143 | 265 | 0 | 65 | 16 | 22 | 474 | 67 | 75 |
| Binary | 11010010 | 1100011 | 10110101 | 0 | 110101 | 1110 | 10010 | 100111100 | 110111 | 111101 |
Color Harmonies of #D263B5
Complementary color
Monochromatic Colors of #D263B5
Black with #D263B5
Text Example
Text Example
White with #D263B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263B5; }
p { color: rgb(210,99,181); }
H1.HeaderClassName
{
color: #D263B5;
}
.AnyTagClassName
{
color: #D263B5;
}
</style>
background-color css
<style>
a { background-color: #D263B5; }
a { background-color: rgb(210,99,181); }
div.DivClassName
{
background-color: #D263B5;
}
.BgClassName
{
background-color: #D263B5;
}
</style>
border-color css
<style>
span { border-color: #D263B5; }
span { border-color: rgb(210,99,181); }
td.TdClassName
{
border-color: #D263B5;
}
.TagClassName
{
border-color: #D263B5;
}
</style>