Shades of Fuchsia #D658BE
Tints of Fuchsia #D658BE
RGB
CMYK
RGB Variations
Color information
#D658BE (or 0xD658BE) is known color: Fuchsia. HEX triplet: D6, 58 and BE. RGB value is (214,88,190). Sum of RGB (Red+Green+Blue) = 214+88+190=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BE is #29A741. Grayscale: #898989. Windows color (decimal): -2729794 or 12474582. OLE color: 12474582.
HSL color Cylindrical-coordinate representation of color #D658BE: hue angle of 311.43º 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 #D658BE is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 190 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.16 |
| HSL | 311.43º | 0.61% | 0.59% | - |
| HSV(B) | 311.43º | 0.59% | 0.84% | - |
| XYZ | 40.52 | 24.99 | 51.4 | - |
| YUV | 137.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 190 | 0 | 0.59 | 0.11 | 0.16 | 311.43 | 0.61 | 0.59 |
| Hex | D6 | 58 | BE | 0 | 3B | B | 10 | 137 | 3D | 3B |
| Octal | 326 | 130 | 276 | 0 | 73 | 13 | 20 | 467 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10111110 | 0 | 111011 | 1011 | 10000 | 100110111 | 111101 | 111011 |
Color Harmonies of #D658BE
Complementary color
Monochromatic Colors of #D658BE
Black with #D658BE
Text Example
Text Example
White with #D658BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658BE; }
p { color: rgb(214,88,190); }
H1.HeaderClassName
{
color: #D658BE;
}
.AnyTagClassName
{
color: #D658BE;
}
</style>
background-color css
<style>
a { background-color: #D658BE; }
a { background-color: rgb(214,88,190); }
div.DivClassName
{
background-color: #D658BE;
}
.BgClassName
{
background-color: #D658BE;
}
</style>
border-color css
<style>
span { border-color: #D658BE; }
span { border-color: rgb(214,88,190); }
td.TdClassName
{
border-color: #D658BE;
}
.TagClassName
{
border-color: #D658BE;
}
</style>