Shades of Fuchsia #D631C5
Tints of Fuchsia #D631C5
RGB
CMYK
RGB Variations
Color information
#D631C5 (or 0xD631C5) is known color: Fuchsia. HEX triplet: D6, 31 and C5. RGB value is (214,49,197). Sum of RGB (Red+Green+Blue) = 214+49+197=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D631C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631C5 is #29CE3A. Grayscale: #727272. Windows color (decimal): -2739771 or 12923350. OLE color: 12923350.
HSL color Cylindrical-coordinate representation of color #D631C5: hue angle of 306.18º 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 #D631C5 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 197 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.16 |
| HSL | 306.18º | 0.67% | 0.52% | - |
| HSV(B) | 306.18º | 0.77% | 0.84% | - |
| XYZ | 38.91 | 20.52 | 54.73 | - |
| YUV | 115.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 197 | 0 | 0.77 | 0.08 | 0.16 | 306.18 | 0.67 | 0.52 |
| Hex | D6 | 31 | C5 | 0 | 4D | 8 | 10 | 132 | 43 | 34 |
| Octal | 326 | 61 | 305 | 0 | 115 | 10 | 20 | 462 | 103 | 64 |
| Binary | 11010110 | 110001 | 11000101 | 0 | 1001101 | 1000 | 10000 | 100110010 | 1000011 | 110100 |
Color Harmonies of #D631C5
Complementary color
Monochromatic Colors of #D631C5
Black with #D631C5
Text Example
Text Example
White with #D631C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631C5; }
p { color: rgb(214,49,197); }
H1.HeaderClassName
{
color: #D631C5;
}
.AnyTagClassName
{
color: #D631C5;
}
</style>
background-color css
<style>
a { background-color: #D631C5; }
a { background-color: rgb(214,49,197); }
div.DivClassName
{
background-color: #D631C5;
}
.BgClassName
{
background-color: #D631C5;
}
</style>
border-color css
<style>
span { border-color: #D631C5; }
span { border-color: rgb(214,49,197); }
td.TdClassName
{
border-color: #D631C5;
}
.TagClassName
{
border-color: #D631C5;
}
</style>