Shades of Fuchsia #D656B4
Tints of Fuchsia #D656B4
RGB
CMYK
RGB Variations
Color information
#D656B4 (or 0xD656B4) is known color: Fuchsia. HEX triplet: D6, 56 and B4. RGB value is (214,86,180). Sum of RGB (Red+Green+Blue) = 214+86+180=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656B4 is #29A94B. Grayscale: #868686. Windows color (decimal): -2730316 or 11818710. OLE color: 11818710.
HSL color Cylindrical-coordinate representation of color #D656B4: hue angle of 315.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D656B4 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 180 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.16 |
| HSL | 315.94º | 0.61% | 0.59% | - |
| HSV(B) | 315.94º | 0.6% | 0.84% | - |
| XYZ | 39.3 | 24.25 | 45.79 | - |
| YUV | 134.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 180 | 0 | 0.60 | 0.16 | 0.16 | 315.94 | 0.61 | 0.59 |
| Hex | D6 | 56 | B4 | 0 | 3C | 10 | 10 | 13C | 3D | 3B |
| Octal | 326 | 126 | 264 | 0 | 74 | 20 | 20 | 474 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10110100 | 0 | 111100 | 10000 | 10000 | 100111100 | 111101 | 111011 |
Color Harmonies of #D656B4
Complementary color
Monochromatic Colors of #D656B4
Black with #D656B4
Text Example
Text Example
White with #D656B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656B4; }
p { color: rgb(214,86,180); }
H1.HeaderClassName
{
color: #D656B4;
}
.AnyTagClassName
{
color: #D656B4;
}
</style>
background-color css
<style>
a { background-color: #D656B4; }
a { background-color: rgb(214,86,180); }
div.DivClassName
{
background-color: #D656B4;
}
.BgClassName
{
background-color: #D656B4;
}
</style>
border-color css
<style>
span { border-color: #D656B4; }
span { border-color: rgb(214,86,180); }
td.TdClassName
{
border-color: #D656B4;
}
.TagClassName
{
border-color: #D656B4;
}
</style>