Shades of Fuchsia #D656B3
Tints of Fuchsia #D656B3
RGB
CMYK
RGB Variations
Color information
#D656B3 (or 0xD656B3) is known color: Fuchsia. HEX triplet: D6, 56 and B3. RGB value is (214,86,179). Sum of RGB (Red+Green+Blue) = 214+86+179=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656B3 is #29A94C. Grayscale: #868686. Windows color (decimal): -2730317 or 11753174. OLE color: 11753174.
HSL color Cylindrical-coordinate representation of color #D656B3: hue angle of 316.41º 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 #D656B3 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 179 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.16 |
| HSL | 316.41º | 0.61% | 0.59% | - |
| HSV(B) | 316.41º | 0.6% | 0.84% | - |
| XYZ | 39.2 | 24.21 | 45.25 | - |
| YUV | 134.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 179 | 0 | 0.60 | 0.16 | 0.16 | 316.41 | 0.61 | 0.59 |
| Hex | D6 | 56 | B3 | 0 | 3C | 10 | 10 | 13C | 3D | 3B |
| Octal | 326 | 126 | 263 | 0 | 74 | 20 | 20 | 474 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10110011 | 0 | 111100 | 10000 | 10000 | 100111100 | 111101 | 111011 |
Color Harmonies of #D656B3
Complementary color
Monochromatic Colors of #D656B3
Black with #D656B3
Text Example
Text Example
White with #D656B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656B3; }
p { color: rgb(214,86,179); }
H1.HeaderClassName
{
color: #D656B3;
}
.AnyTagClassName
{
color: #D656B3;
}
</style>
background-color css
<style>
a { background-color: #D656B3; }
a { background-color: rgb(214,86,179); }
div.DivClassName
{
background-color: #D656B3;
}
.BgClassName
{
background-color: #D656B3;
}
</style>
border-color css
<style>
span { border-color: #D656B3; }
span { border-color: rgb(214,86,179); }
td.TdClassName
{
border-color: #D656B3;
}
.TagClassName
{
border-color: #D656B3;
}
</style>