Shades of Fuchsia #D663BD
Tints of Fuchsia #D663BD
RGB
CMYK
RGB Variations
Color information
#D663BD (or 0xD663BD) is known color: Fuchsia. HEX triplet: D6, 63 and BD. RGB value is (214,99,189). Sum of RGB (Red+Green+Blue) = 214+99+189=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D663BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663BD is #299C42. Grayscale: #8F8F8F. Windows color (decimal): -2726979 or 12411862. OLE color: 12411862.
HSL color Cylindrical-coordinate representation of color #D663BD: hue angle of 313.04º 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 #D663BD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 189 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 313.04º | 0.58% | 0.61% | - |
| HSV(B) | 313.04º | 0.54% | 0.84% | - |
| XYZ | 41.38 | 26.89 | 51.15 | - |
| YUV | 143.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 189 | 0 | 0.54 | 0.12 | 0.16 | 313.04 | 0.58 | 0.61 |
| Hex | D6 | 63 | BD | 0 | 36 | C | 10 | 139 | 3A | 3D |
| Octal | 326 | 143 | 275 | 0 | 66 | 14 | 20 | 471 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10111101 | 0 | 110110 | 1100 | 10000 | 100111001 | 111010 | 111101 |
Color Harmonies of #D663BD
Complementary color
Monochromatic Colors of #D663BD
Black with #D663BD
Text Example
Text Example
White with #D663BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663BD; }
p { color: rgb(214,99,189); }
H1.HeaderClassName
{
color: #D663BD;
}
.AnyTagClassName
{
color: #D663BD;
}
</style>
background-color css
<style>
a { background-color: #D663BD; }
a { background-color: rgb(214,99,189); }
div.DivClassName
{
background-color: #D663BD;
}
.BgClassName
{
background-color: #D663BD;
}
</style>
border-color css
<style>
span { border-color: #D663BD; }
span { border-color: rgb(214,99,189); }
td.TdClassName
{
border-color: #D663BD;
}
.TagClassName
{
border-color: #D663BD;
}
</style>