Shades of Fuchsia #D658C0
Tints of Fuchsia #D658C0
RGB
CMYK
RGB Variations
Color information
#D658C0 (or 0xD658C0) is known color: Fuchsia. HEX triplet: D6, 58 and C0. RGB value is (214,88,192). Sum of RGB (Red+Green+Blue) = 214+88+192=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C0 is #29A73F. Grayscale: #898989. Windows color (decimal): -2729792 or 12605654. OLE color: 12605654.
HSL color Cylindrical-coordinate representation of color #D658C0: hue angle of 310.48º 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 #D658C0 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 192 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.16 |
| HSL | 310.48º | 0.61% | 0.59% | - |
| HSV(B) | 310.48º | 0.59% | 0.84% | - |
| XYZ | 40.74 | 25.08 | 52.56 | - |
| YUV | 137.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 192 | 0 | 0.59 | 0.10 | 0.16 | 310.48 | 0.61 | 0.59 |
| Hex | D6 | 58 | C0 | 0 | 3B | A | 10 | 136 | 3D | 3B |
| Octal | 326 | 130 | 300 | 0 | 73 | 12 | 20 | 466 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11000000 | 0 | 111011 | 1010 | 10000 | 100110110 | 111101 | 111011 |
Color Harmonies of #D658C0
Complementary color
Monochromatic Colors of #D658C0
Black with #D658C0
Text Example
Text Example
White with #D658C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658C0; }
p { color: rgb(214,88,192); }
H1.HeaderClassName
{
color: #D658C0;
}
.AnyTagClassName
{
color: #D658C0;
}
</style>
background-color css
<style>
a { background-color: #D658C0; }
a { background-color: rgb(214,88,192); }
div.DivClassName
{
background-color: #D658C0;
}
.BgClassName
{
background-color: #D658C0;
}
</style>
border-color css
<style>
span { border-color: #D658C0; }
span { border-color: rgb(214,88,192); }
td.TdClassName
{
border-color: #D658C0;
}
.TagClassName
{
border-color: #D658C0;
}
</style>