Shades of Fuchsia #D632C0
Tints of Fuchsia #D632C0
RGB
CMYK
RGB Variations
Color information
#D632C0 (or 0xD632C0) is known color: Fuchsia. HEX triplet: D6, 32 and C0. RGB value is (214,50,192). Sum of RGB (Red+Green+Blue) = 214+50+192=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D632C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632C0 is #29CD3F. Grayscale: #727272. Windows color (decimal): -2739520 or 12595926. OLE color: 12595926.
HSL color Cylindrical-coordinate representation of color #D632C0: hue angle of 308.05º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D632C0 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 192 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.16 |
| HSL | 308.05º | 0.67% | 0.52% | - |
| HSV(B) | 308.05º | 0.77% | 0.84% | - |
| XYZ | 38.39 | 20.38 | 51.78 | - |
| YUV | 115.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 192 | 0 | 0.77 | 0.10 | 0.16 | 308.05 | 0.67 | 0.52 |
| Hex | D6 | 32 | C0 | 0 | 4D | A | 10 | 134 | 43 | 34 |
| Octal | 326 | 62 | 300 | 0 | 115 | 12 | 20 | 464 | 103 | 64 |
| Binary | 11010110 | 110010 | 11000000 | 0 | 1001101 | 1010 | 10000 | 100110100 | 1000011 | 110100 |
Color Harmonies of #D632C0
Complementary color
Monochromatic Colors of #D632C0
Black with #D632C0
Text Example
Text Example
White with #D632C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632C0; }
p { color: rgb(214,50,192); }
H1.HeaderClassName
{
color: #D632C0;
}
.AnyTagClassName
{
color: #D632C0;
}
</style>
background-color css
<style>
a { background-color: #D632C0; }
a { background-color: rgb(214,50,192); }
div.DivClassName
{
background-color: #D632C0;
}
.BgClassName
{
background-color: #D632C0;
}
</style>
border-color css
<style>
span { border-color: #D632C0; }
span { border-color: rgb(214,50,192); }
td.TdClassName
{
border-color: #D632C0;
}
.TagClassName
{
border-color: #D632C0;
}
</style>