Shades of Fuchsia #D658BD
Tints of Fuchsia #D658BD
RGB
CMYK
RGB Variations
Color information
#D658BD (or 0xD658BD) is known color: Fuchsia. HEX triplet: D6, 58 and BD. RGB value is (214,88,189). Sum of RGB (Red+Green+Blue) = 214+88+189=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BD is #29A742. Grayscale: #888888. Windows color (decimal): -2729795 or 12409046. OLE color: 12409046.
HSL color Cylindrical-coordinate representation of color #D658BD: hue angle of 311.9º 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 #D658BD is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 189 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.16 |
| HSL | 311.9º | 0.61% | 0.59% | - |
| HSV(B) | 311.9º | 0.59% | 0.84% | - |
| XYZ | 40.41 | 24.95 | 50.83 | - |
| YUV | 137.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 189 | 0 | 0.59 | 0.12 | 0.16 | 311.9 | 0.61 | 0.59 |
| Hex | D6 | 58 | BD | 0 | 3B | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 130 | 275 | 0 | 73 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10111101 | 0 | 111011 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D658BD
Complementary color
Monochromatic Colors of #D658BD
Black with #D658BD
Text Example
Text Example
White with #D658BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658BD; }
p { color: rgb(214,88,189); }
H1.HeaderClassName
{
color: #D658BD;
}
.AnyTagClassName
{
color: #D658BD;
}
</style>
background-color css
<style>
a { background-color: #D658BD; }
a { background-color: rgb(214,88,189); }
div.DivClassName
{
background-color: #D658BD;
}
.BgClassName
{
background-color: #D658BD;
}
</style>
border-color css
<style>
span { border-color: #D658BD; }
span { border-color: rgb(214,88,189); }
td.TdClassName
{
border-color: #D658BD;
}
.TagClassName
{
border-color: #D658BD;
}
</style>