Shades of Fuchsia #D663BC
Tints of Fuchsia #D663BC
RGB
CMYK
RGB Variations
Color information
#D663BC (or 0xD663BC) is known color: Fuchsia. HEX triplet: D6, 63 and BC. RGB value is (214,99,188). Sum of RGB (Red+Green+Blue) = 214+99+188=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D663BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663BC is #299C43. Grayscale: #8F8F8F. Windows color (decimal): -2726980 or 12346326. OLE color: 12346326.
HSL color Cylindrical-coordinate representation of color #D663BC: hue angle of 313.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663BC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 188 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 313.57º | 0.58% | 0.61% | - |
| HSV(B) | 313.57º | 0.54% | 0.84% | - |
| XYZ | 41.27 | 26.85 | 50.58 | - |
| YUV | 143.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 188 | 0 | 0.54 | 0.12 | 0.16 | 313.57 | 0.58 | 0.61 |
| Hex | D6 | 63 | BC | 0 | 36 | C | 10 | 13A | 3A | 3D |
| Octal | 326 | 143 | 274 | 0 | 66 | 14 | 20 | 472 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10111100 | 0 | 110110 | 1100 | 10000 | 100111010 | 111010 | 111101 |
Color Harmonies of #D663BC
Complementary color
Monochromatic Colors of #D663BC
Black with #D663BC
Text Example
Text Example
White with #D663BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663BC; }
p { color: rgb(214,99,188); }
H1.HeaderClassName
{
color: #D663BC;
}
.AnyTagClassName
{
color: #D663BC;
}
</style>
background-color css
<style>
a { background-color: #D663BC; }
a { background-color: rgb(214,99,188); }
div.DivClassName
{
background-color: #D663BC;
}
.BgClassName
{
background-color: #D663BC;
}
</style>
border-color css
<style>
span { border-color: #D663BC; }
span { border-color: rgb(214,99,188); }
td.TdClassName
{
border-color: #D663BC;
}
.TagClassName
{
border-color: #D663BC;
}
</style>