Shades of Fuchsia #D658B0
Tints of Fuchsia #D658B0
RGB
CMYK
RGB Variations
Color information
#D658B0 (or 0xD658B0) is known color: Fuchsia. HEX triplet: D6, 58 and B0. RGB value is (214,88,176). Sum of RGB (Red+Green+Blue) = 214+88+176=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D658B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658B0 is #29A74F. Grayscale: #878787. Windows color (decimal): -2729808 or 11557078. OLE color: 11557078.
HSL color Cylindrical-coordinate representation of color #D658B0: hue angle of 318.1º 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 #D658B0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 176 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.16 |
| HSL | 318.1º | 0.61% | 0.59% | - |
| HSV(B) | 318.1º | 0.59% | 0.84% | - |
| XYZ | 39.06 | 24.41 | 43.73 | - |
| YUV | 135.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 176 | 0 | 0.59 | 0.18 | 0.16 | 318.1 | 0.61 | 0.59 |
| Hex | D6 | 58 | B0 | 0 | 3B | 12 | 10 | 13E | 3D | 3B |
| Octal | 326 | 130 | 260 | 0 | 73 | 22 | 20 | 476 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10110000 | 0 | 111011 | 10010 | 10000 | 100111110 | 111101 | 111011 |
Color Harmonies of #D658B0
Complementary color
Monochromatic Colors of #D658B0
Black with #D658B0
Text Example
Text Example
White with #D658B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658B0; }
p { color: rgb(214,88,176); }
H1.HeaderClassName
{
color: #D658B0;
}
.AnyTagClassName
{
color: #D658B0;
}
</style>
background-color css
<style>
a { background-color: #D658B0; }
a { background-color: rgb(214,88,176); }
div.DivClassName
{
background-color: #D658B0;
}
.BgClassName
{
background-color: #D658B0;
}
</style>
border-color css
<style>
span { border-color: #D658B0; }
span { border-color: rgb(214,88,176); }
td.TdClassName
{
border-color: #D658B0;
}
.TagClassName
{
border-color: #D658B0;
}
</style>