Shades of Fuchsia #D658BA
Tints of Fuchsia #D658BA
RGB
CMYK
RGB Variations
Color information
#D658BA (or 0xD658BA) is known color: Fuchsia. HEX triplet: D6, 58 and BA. RGB value is (214,88,186). Sum of RGB (Red+Green+Blue) = 214+88+186=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BA is #29A745. Grayscale: #888888. Windows color (decimal): -2729798 or 12212438. OLE color: 12212438.
HSL color Cylindrical-coordinate representation of color #D658BA: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658BA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 186 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.16 |
| HSL | 313.33º | 0.61% | 0.59% | - |
| HSV(B) | 313.33º | 0.59% | 0.84% | - |
| XYZ | 40.08 | 24.82 | 49.13 | - |
| YUV | 136.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 186 | 0 | 0.59 | 0.13 | 0.16 | 313.33 | 0.61 | 0.59 |
| Hex | D6 | 58 | BA | 0 | 3B | D | 10 | 139 | 3D | 3B |
| Octal | 326 | 130 | 272 | 0 | 73 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10111010 | 0 | 111011 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D658BA
Complementary color
Monochromatic Colors of #D658BA
Black with #D658BA
Text Example
Text Example
White with #D658BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658BA; }
p { color: rgb(214,88,186); }
H1.HeaderClassName
{
color: #D658BA;
}
.AnyTagClassName
{
color: #D658BA;
}
</style>
background-color css
<style>
a { background-color: #D658BA; }
a { background-color: rgb(214,88,186); }
div.DivClassName
{
background-color: #D658BA;
}
.BgClassName
{
background-color: #D658BA;
}
</style>
border-color css
<style>
span { border-color: #D658BA; }
span { border-color: rgb(214,88,186); }
td.TdClassName
{
border-color: #D658BA;
}
.TagClassName
{
border-color: #D658BA;
}
</style>