Shades of Fuchsia #D657C2
Tints of Fuchsia #D657C2
RGB
CMYK
RGB Variations
Color information
#D657C2 (or 0xD657C2) is known color: Fuchsia. HEX triplet: D6, 57 and C2. RGB value is (214,87,194). Sum of RGB (Red+Green+Blue) = 214+87+194=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D657C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657C2 is #29A83D. Grayscale: #888888. Windows color (decimal): -2730046 or 12736470. OLE color: 12736470.
HSL color Cylindrical-coordinate representation of color #D657C2: hue angle of 309.45º 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 #D657C2 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 194 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.16 |
| HSL | 309.45º | 0.61% | 0.59% | - |
| HSV(B) | 309.45º | 0.59% | 0.84% | - |
| XYZ | 40.88 | 25.01 | 53.71 | - |
| YUV | 137.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 194 | 0 | 0.59 | 0.09 | 0.16 | 309.45 | 0.61 | 0.59 |
| Hex | D6 | 57 | C2 | 0 | 3B | 9 | 10 | 135 | 3D | 3B |
| Octal | 326 | 127 | 302 | 0 | 73 | 11 | 20 | 465 | 75 | 73 |
| Binary | 11010110 | 1010111 | 11000010 | 0 | 111011 | 1001 | 10000 | 100110101 | 111101 | 111011 |
Color Harmonies of #D657C2
Complementary color
Monochromatic Colors of #D657C2
Black with #D657C2
Text Example
Text Example
White with #D657C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657C2; }
p { color: rgb(214,87,194); }
H1.HeaderClassName
{
color: #D657C2;
}
.AnyTagClassName
{
color: #D657C2;
}
</style>
background-color css
<style>
a { background-color: #D657C2; }
a { background-color: rgb(214,87,194); }
div.DivClassName
{
background-color: #D657C2;
}
.BgClassName
{
background-color: #D657C2;
}
</style>
border-color css
<style>
span { border-color: #D657C2; }
span { border-color: rgb(214,87,194); }
td.TdClassName
{
border-color: #D657C2;
}
.TagClassName
{
border-color: #D657C2;
}
</style>