Shades of Fuchsia #D231BE
Tints of Fuchsia #D231BE
RGB
CMYK
RGB Variations
Color information
#D231BE (or 0xD231BE) is known color: Fuchsia. HEX triplet: D2, 31 and BE. RGB value is (210,49,190). Sum of RGB (Red+Green+Blue) = 210+49+190=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D231BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231BE is #2DCE41. Grayscale: #707070. Windows color (decimal): -3001922 or 12464594. OLE color: 12464594.
HSL color Cylindrical-coordinate representation of color #D231BE: hue angle of 307.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231BE is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 190 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.18 |
| HSL | 307.45º | 0.64% | 0.51% | - |
| HSV(B) | 307.45º | 0.77% | 0.82% | - |
| XYZ | 36.97 | 19.62 | 50.55 | - |
| YUV | 113.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 190 | 0 | 0.77 | 0.10 | 0.18 | 307.45 | 0.64 | 0.51 |
| Hex | D2 | 31 | BE | 0 | 4D | A | 12 | 133 | 40 | 33 |
| Octal | 322 | 61 | 276 | 0 | 115 | 12 | 22 | 463 | 100 | 63 |
| Binary | 11010010 | 110001 | 10111110 | 0 | 1001101 | 1010 | 10010 | 100110011 | 1000000 | 110011 |
Color Harmonies of #D231BE
Complementary color
Monochromatic Colors of #D231BE
Black with #D231BE
Text Example
Text Example
White with #D231BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231BE; }
p { color: rgb(210,49,190); }
H1.HeaderClassName
{
color: #D231BE;
}
.AnyTagClassName
{
color: #D231BE;
}
</style>
background-color css
<style>
a { background-color: #D231BE; }
a { background-color: rgb(210,49,190); }
div.DivClassName
{
background-color: #D231BE;
}
.BgClassName
{
background-color: #D231BE;
}
</style>
border-color css
<style>
span { border-color: #D231BE; }
span { border-color: rgb(210,49,190); }
td.TdClassName
{
border-color: #D231BE;
}
.TagClassName
{
border-color: #D231BE;
}
</style>