Shades of Fuchsia #D657C3
Tints of Fuchsia #D657C3
RGB
CMYK
RGB Variations
Color information
#D657C3 (or 0xD657C3) is known color: Fuchsia. HEX triplet: D6, 57 and C3. RGB value is (214,87,195). Sum of RGB (Red+Green+Blue) = 214+87+195=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D657C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657C3 is #29A83C. Grayscale: #888888. Windows color (decimal): -2730045 or 12802006. OLE color: 12802006.
HSL color Cylindrical-coordinate representation of color #D657C3: hue angle of 308.98º 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 #D657C3 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 195 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.16 |
| HSL | 308.98º | 0.61% | 0.59% | - |
| HSV(B) | 308.98º | 0.59% | 0.84% | - |
| XYZ | 40.99 | 25.05 | 54.3 | - |
| YUV | 137.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 195 | 0 | 0.59 | 0.09 | 0.16 | 308.98 | 0.61 | 0.59 |
| Hex | D6 | 57 | C3 | 0 | 3B | 9 | 10 | 135 | 3D | 3B |
| Octal | 326 | 127 | 303 | 0 | 73 | 11 | 20 | 465 | 75 | 73 |
| Binary | 11010110 | 1010111 | 11000011 | 0 | 111011 | 1001 | 10000 | 100110101 | 111101 | 111011 |
Color Harmonies of #D657C3
Complementary color
Monochromatic Colors of #D657C3
Black with #D657C3
Text Example
Text Example
White with #D657C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657C3; }
p { color: rgb(214,87,195); }
H1.HeaderClassName
{
color: #D657C3;
}
.AnyTagClassName
{
color: #D657C3;
}
</style>
background-color css
<style>
a { background-color: #D657C3; }
a { background-color: rgb(214,87,195); }
div.DivClassName
{
background-color: #D657C3;
}
.BgClassName
{
background-color: #D657C3;
}
</style>
border-color css
<style>
span { border-color: #D657C3; }
span { border-color: rgb(214,87,195); }
td.TdClassName
{
border-color: #D657C3;
}
.TagClassName
{
border-color: #D657C3;
}
</style>