Shades of Fuchsia #D632C5
Tints of Fuchsia #D632C5
RGB
CMYK
RGB Variations
Color information
#D632C5 (or 0xD632C5) is known color: Fuchsia. HEX triplet: D6, 32 and C5. RGB value is (214,50,197). Sum of RGB (Red+Green+Blue) = 214+50+197=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D632C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632C5 is #29CD3A. Grayscale: #737373. Windows color (decimal): -2739515 or 12923606. OLE color: 12923606.
HSL color Cylindrical-coordinate representation of color #D632C5: hue angle of 306.22º 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 #D632C5 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 197 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.16 |
| HSL | 306.22º | 0.67% | 0.52% | - |
| HSV(B) | 306.22º | 0.77% | 0.84% | - |
| XYZ | 38.95 | 20.61 | 54.75 | - |
| YUV | 115.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 197 | 0 | 0.77 | 0.08 | 0.16 | 306.22 | 0.67 | 0.52 |
| Hex | D6 | 32 | C5 | 0 | 4D | 8 | 10 | 132 | 43 | 34 |
| Octal | 326 | 62 | 305 | 0 | 115 | 10 | 20 | 462 | 103 | 64 |
| Binary | 11010110 | 110010 | 11000101 | 0 | 1001101 | 1000 | 10000 | 100110010 | 1000011 | 110100 |
Color Harmonies of #D632C5
Complementary color
Monochromatic Colors of #D632C5
Black with #D632C5
Text Example
Text Example
White with #D632C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632C5; }
p { color: rgb(214,50,197); }
H1.HeaderClassName
{
color: #D632C5;
}
.AnyTagClassName
{
color: #D632C5;
}
</style>
background-color css
<style>
a { background-color: #D632C5; }
a { background-color: rgb(214,50,197); }
div.DivClassName
{
background-color: #D632C5;
}
.BgClassName
{
background-color: #D632C5;
}
</style>
border-color css
<style>
span { border-color: #D632C5; }
span { border-color: rgb(214,50,197); }
td.TdClassName
{
border-color: #D632C5;
}
.TagClassName
{
border-color: #D632C5;
}
</style>