Shades of Fuchsia #D631C0
Tints of Fuchsia #D631C0
RGB
CMYK
RGB Variations
Color information
#D631C0 (or 0xD631C0) is known color: Fuchsia. HEX triplet: D6, 31 and C0. RGB value is (214,49,192). Sum of RGB (Red+Green+Blue) = 214+49+192=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D631C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631C0 is #29CE3F. Grayscale: #727272. Windows color (decimal): -2739776 or 12595670. OLE color: 12595670.
HSL color Cylindrical-coordinate representation of color #D631C0: hue angle of 308º 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 #D631C0 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 192 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.16 |
| HSL | 308º | 0.67% | 0.52% | - |
| HSV(B) | 308º | 0.77% | 0.84% | - |
| XYZ | 38.34 | 20.3 | 51.77 | - |
| YUV | 114.64 | 171.66 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 192 | 0 | 0.77 | 0.10 | 0.16 | 308 | 0.67 | 0.52 |
| Hex | D6 | 31 | C0 | 0 | 4D | A | 10 | 134 | 43 | 34 |
| Octal | 326 | 61 | 300 | 0 | 115 | 12 | 20 | 464 | 103 | 64 |
| Binary | 11010110 | 110001 | 11000000 | 0 | 1001101 | 1010 | 10000 | 100110100 | 1000011 | 110100 |
Color Harmonies of #D631C0
Complementary color
Monochromatic Colors of #D631C0
Black with #D631C0
Text Example
Text Example
White with #D631C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631C0; }
p { color: rgb(214,49,192); }
H1.HeaderClassName
{
color: #D631C0;
}
.AnyTagClassName
{
color: #D631C0;
}
</style>
background-color css
<style>
a { background-color: #D631C0; }
a { background-color: rgb(214,49,192); }
div.DivClassName
{
background-color: #D631C0;
}
.BgClassName
{
background-color: #D631C0;
}
</style>
border-color css
<style>
span { border-color: #D631C0; }
span { border-color: rgb(214,49,192); }
td.TdClassName
{
border-color: #D631C0;
}
.TagClassName
{
border-color: #D631C0;
}
</style>