Shades of Fuchsia #D658C1
Tints of Fuchsia #D658C1
RGB
CMYK
RGB Variations
Color information
#D658C1 (or 0xD658C1) is known color: Fuchsia. HEX triplet: D6, 58 and C1. RGB value is (214,88,193). Sum of RGB (Red+Green+Blue) = 214+88+193=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C1 is #29A73E. Grayscale: #898989. Windows color (decimal): -2729791 or 12671190. OLE color: 12671190.
HSL color Cylindrical-coordinate representation of color #D658C1: hue angle of 310º 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 #D658C1 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 193 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.16 |
| HSL | 310º | 0.61% | 0.59% | - |
| HSV(B) | 310º | 0.59% | 0.84% | - |
| XYZ | 40.85 | 25.13 | 53.15 | - |
| YUV | 137.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 193 | 0 | 0.59 | 0.10 | 0.16 | 310 | 0.61 | 0.59 |
| Hex | D6 | 58 | C1 | 0 | 3B | A | 10 | 136 | 3D | 3B |
| Octal | 326 | 130 | 301 | 0 | 73 | 12 | 20 | 466 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11000001 | 0 | 111011 | 1010 | 10000 | 100110110 | 111101 | 111011 |
Color Harmonies of #D658C1
Complementary color
Monochromatic Colors of #D658C1
Black with #D658C1
Text Example
Text Example
White with #D658C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658C1; }
p { color: rgb(214,88,193); }
H1.HeaderClassName
{
color: #D658C1;
}
.AnyTagClassName
{
color: #D658C1;
}
</style>
background-color css
<style>
a { background-color: #D658C1; }
a { background-color: rgb(214,88,193); }
div.DivClassName
{
background-color: #D658C1;
}
.BgClassName
{
background-color: #D658C1;
}
</style>
border-color css
<style>
span { border-color: #D658C1; }
span { border-color: rgb(214,88,193); }
td.TdClassName
{
border-color: #D658C1;
}
.TagClassName
{
border-color: #D658C1;
}
</style>