Shades of Fuchsia #D656B7
Tints of Fuchsia #D656B7
RGB
CMYK
RGB Variations
Color information
#D656B7 (or 0xD656B7) is known color: Fuchsia. HEX triplet: D6, 56 and B7. RGB value is (214,86,183). Sum of RGB (Red+Green+Blue) = 214+86+183=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D656B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D656B7 is #29A948. Grayscale: #878787. Windows color (decimal): -2730313 or 12015318. OLE color: 12015318.
HSL color Cylindrical-coordinate representation of color #D656B7: hue angle of 314.53º 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 #D656B7 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 183 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 314.53º | 0.61% | 0.59% | - |
| HSV(B) | 314.53º | 0.6% | 0.84% | - |
| XYZ | 39.61 | 24.37 | 47.42 | - |
| YUV | 135.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 183 | 0 | 0.60 | 0.14 | 0.16 | 314.53 | 0.61 | 0.59 |
| Hex | D6 | 56 | B7 | 0 | 3C | E | 10 | 13B | 3D | 3B |
| Octal | 326 | 126 | 267 | 0 | 74 | 16 | 20 | 473 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10110111 | 0 | 111100 | 1110 | 10000 | 100111011 | 111101 | 111011 |
Color Harmonies of #D656B7
Complementary color
Monochromatic Colors of #D656B7
Black with #D656B7
Text Example
Text Example
White with #D656B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656B7; }
p { color: rgb(214,86,183); }
H1.HeaderClassName
{
color: #D656B7;
}
.AnyTagClassName
{
color: #D656B7;
}
</style>
background-color css
<style>
a { background-color: #D656B7; }
a { background-color: rgb(214,86,183); }
div.DivClassName
{
background-color: #D656B7;
}
.BgClassName
{
background-color: #D656B7;
}
</style>
border-color css
<style>
span { border-color: #D656B7; }
span { border-color: rgb(214,86,183); }
td.TdClassName
{
border-color: #D656B7;
}
.TagClassName
{
border-color: #D656B7;
}
</style>