Shades of Fuchsia #D631BE
Tints of Fuchsia #D631BE
RGB
CMYK
RGB Variations
Color information
#D631BE (or 0xD631BE) is known color: Fuchsia. HEX triplet: D6, 31 and BE. RGB value is (214,49,190). Sum of RGB (Red+Green+Blue) = 214+49+190=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D631BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631BE is #29CE41. Grayscale: #727272. Windows color (decimal): -2739778 or 12464598. OLE color: 12464598.
HSL color Cylindrical-coordinate representation of color #D631BE: hue angle of 308.73º 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 #D631BE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 190 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.16 |
| HSL | 308.73º | 0.67% | 0.52% | - |
| HSV(B) | 308.73º | 0.77% | 0.84% | - |
| XYZ | 38.12 | 20.21 | 50.61 | - |
| YUV | 114.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 190 | 0 | 0.77 | 0.11 | 0.16 | 308.73 | 0.67 | 0.52 |
| Hex | D6 | 31 | BE | 0 | 4D | B | 10 | 135 | 43 | 34 |
| Octal | 326 | 61 | 276 | 0 | 115 | 13 | 20 | 465 | 103 | 64 |
| Binary | 11010110 | 110001 | 10111110 | 0 | 1001101 | 1011 | 10000 | 100110101 | 1000011 | 110100 |
Color Harmonies of #D631BE
Complementary color
Monochromatic Colors of #D631BE
Black with #D631BE
Text Example
Text Example
White with #D631BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D631BE; }
p { color: rgb(214,49,190); }
H1.HeaderClassName
{
color: #D631BE;
}
.AnyTagClassName
{
color: #D631BE;
}
</style>
background-color css
<style>
a { background-color: #D631BE; }
a { background-color: rgb(214,49,190); }
div.DivClassName
{
background-color: #D631BE;
}
.BgClassName
{
background-color: #D631BE;
}
</style>
border-color css
<style>
span { border-color: #D631BE; }
span { border-color: rgb(214,49,190); }
td.TdClassName
{
border-color: #D631BE;
}
.TagClassName
{
border-color: #D631BE;
}
</style>