Shades of Fuchsia #D658BC
Tints of Fuchsia #D658BC
RGB
CMYK
RGB Variations
Color information
#D658BC (or 0xD658BC) is known color: Fuchsia. HEX triplet: D6, 58 and BC. RGB value is (214,88,188). Sum of RGB (Red+Green+Blue) = 214+88+188=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BC is #29A743. Grayscale: #888888. Windows color (decimal): -2729796 or 12343510. OLE color: 12343510.
HSL color Cylindrical-coordinate representation of color #D658BC: hue angle of 312.38º 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 #D658BC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 188 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.16 |
| HSL | 312.38º | 0.61% | 0.59% | - |
| HSV(B) | 312.38º | 0.59% | 0.84% | - |
| XYZ | 40.3 | 24.91 | 50.26 | - |
| YUV | 137.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 188 | 0 | 0.59 | 0.12 | 0.16 | 312.38 | 0.61 | 0.59 |
| Hex | D6 | 58 | BC | 0 | 3B | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 130 | 274 | 0 | 73 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10111100 | 0 | 111011 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D658BC
Complementary color
Monochromatic Colors of #D658BC
Black with #D658BC
Text Example
Text Example
White with #D658BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658BC; }
p { color: rgb(214,88,188); }
H1.HeaderClassName
{
color: #D658BC;
}
.AnyTagClassName
{
color: #D658BC;
}
</style>
background-color css
<style>
a { background-color: #D658BC; }
a { background-color: rgb(214,88,188); }
div.DivClassName
{
background-color: #D658BC;
}
.BgClassName
{
background-color: #D658BC;
}
</style>
border-color css
<style>
span { border-color: #D658BC; }
span { border-color: rgb(214,88,188); }
td.TdClassName
{
border-color: #D658BC;
}
.TagClassName
{
border-color: #D658BC;
}
</style>