Shades of Fuchsia #D658BB
Tints of Fuchsia #D658BB
RGB
CMYK
RGB Variations
Color information
#D658BB (or 0xD658BB) is known color: Fuchsia. HEX triplet: D6, 58 and BB. RGB value is (214,88,187). Sum of RGB (Red+Green+Blue) = 214+88+187=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BB is #29A744. Grayscale: #888888. Windows color (decimal): -2729797 or 12277974. OLE color: 12277974.
HSL color Cylindrical-coordinate representation of color #D658BB: hue angle of 312.86º 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 #D658BB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 187 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.16 |
| HSL | 312.86º | 0.61% | 0.59% | - |
| HSV(B) | 312.86º | 0.59% | 0.84% | - |
| XYZ | 40.19 | 24.86 | 49.69 | - |
| YUV | 136.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 187 | 0 | 0.59 | 0.13 | 0.16 | 312.86 | 0.61 | 0.59 |
| Hex | D6 | 58 | BB | 0 | 3B | D | 10 | 139 | 3D | 3B |
| Octal | 326 | 130 | 273 | 0 | 73 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10111011 | 0 | 111011 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D658BB
Complementary color
Monochromatic Colors of #D658BB
Black with #D658BB
Text Example
Text Example
White with #D658BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658BB; }
p { color: rgb(214,88,187); }
H1.HeaderClassName
{
color: #D658BB;
}
.AnyTagClassName
{
color: #D658BB;
}
</style>
background-color css
<style>
a { background-color: #D658BB; }
a { background-color: rgb(214,88,187); }
div.DivClassName
{
background-color: #D658BB;
}
.BgClassName
{
background-color: #D658BB;
}
</style>
border-color css
<style>
span { border-color: #D658BB; }
span { border-color: rgb(214,88,187); }
td.TdClassName
{
border-color: #D658BB;
}
.TagClassName
{
border-color: #D658BB;
}
</style>