Shades of Fuchsia #D662BA
Tints of Fuchsia #D662BA
RGB
CMYK
RGB Variations
Color information
#D662BA (or 0xD662BA) is known color: Fuchsia. HEX triplet: D6, 62 and BA. RGB value is (214,98,186). Sum of RGB (Red+Green+Blue) = 214+98+186=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D662BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662BA is #299D45. Grayscale: #8E8E8E. Windows color (decimal): -2727238 or 12214998. OLE color: 12214998.
HSL color Cylindrical-coordinate representation of color #D662BA: hue angle of 314.48º degrees, saturation: 0.59, 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 #D662BA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 186 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.16 |
| HSL | 314.48º | 0.59% | 0.61% | - |
| HSV(B) | 314.48º | 0.54% | 0.84% | - |
| XYZ | 40.96 | 26.58 | 49.43 | - |
| YUV | 142.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 186 | 0 | 0.54 | 0.13 | 0.16 | 314.48 | 0.59 | 0.61 |
| Hex | D6 | 62 | BA | 0 | 36 | D | 10 | 13A | 3B | 3D |
| Octal | 326 | 142 | 272 | 0 | 66 | 15 | 20 | 472 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10111010 | 0 | 110110 | 1101 | 10000 | 100111010 | 111011 | 111101 |
Color Harmonies of #D662BA
Complementary color
Monochromatic Colors of #D662BA
Black with #D662BA
Text Example
Text Example
White with #D662BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662BA; }
p { color: rgb(214,98,186); }
H1.HeaderClassName
{
color: #D662BA;
}
.AnyTagClassName
{
color: #D662BA;
}
</style>
background-color css
<style>
a { background-color: #D662BA; }
a { background-color: rgb(214,98,186); }
div.DivClassName
{
background-color: #D662BA;
}
.BgClassName
{
background-color: #D662BA;
}
</style>
border-color css
<style>
span { border-color: #D662BA; }
span { border-color: rgb(214,98,186); }
td.TdClassName
{
border-color: #D662BA;
}
.TagClassName
{
border-color: #D662BA;
}
</style>