Shades of Fuchsia #D658C3
Tints of Fuchsia #D658C3
RGB
CMYK
RGB Variations
Color information
#D658C3 (or 0xD658C3) is known color: Fuchsia. HEX triplet: D6, 58 and C3. RGB value is (214,88,195). Sum of RGB (Red+Green+Blue) = 214+88+195=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D658C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658C3 is #29A73C. Grayscale: #898989. Windows color (decimal): -2729789 or 12802262. OLE color: 12802262.
HSL color Cylindrical-coordinate representation of color #D658C3: hue angle of 309.05º 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 #D658C3 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 195 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.16 |
| HSL | 309.05º | 0.61% | 0.59% | - |
| HSV(B) | 309.05º | 0.59% | 0.84% | - |
| XYZ | 41.07 | 25.22 | 54.33 | - |
| YUV | 137.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 195 | 0 | 0.59 | 0.09 | 0.16 | 309.05 | 0.61 | 0.59 |
| Hex | D6 | 58 | C3 | 0 | 3B | 9 | 10 | 135 | 3D | 3B |
| Octal | 326 | 130 | 303 | 0 | 73 | 11 | 20 | 465 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11000011 | 0 | 111011 | 1001 | 10000 | 100110101 | 111101 | 111011 |
Color Harmonies of #D658C3
Complementary color
Monochromatic Colors of #D658C3
Black with #D658C3
Text Example
Text Example
White with #D658C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658C3; }
p { color: rgb(214,88,195); }
H1.HeaderClassName
{
color: #D658C3;
}
.AnyTagClassName
{
color: #D658C3;
}
</style>
background-color css
<style>
a { background-color: #D658C3; }
a { background-color: rgb(214,88,195); }
div.DivClassName
{
background-color: #D658C3;
}
.BgClassName
{
background-color: #D658C3;
}
</style>
border-color css
<style>
span { border-color: #D658C3; }
span { border-color: rgb(214,88,195); }
td.TdClassName
{
border-color: #D658C3;
}
.TagClassName
{
border-color: #D658C3;
}
</style>