Shades of Fuchsia #D231BB
Tints of Fuchsia #D231BB
RGB
CMYK
RGB Variations
Color information
#D231BB (or 0xD231BB) is known color: Fuchsia. HEX triplet: D2, 31 and BB. RGB value is (210,49,187). Sum of RGB (Red+Green+Blue) = 210+49+187=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D231BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231BB is #2DCE44. Grayscale: #707070. Windows color (decimal): -3001925 or 12267986. OLE color: 12267986.
HSL color Cylindrical-coordinate representation of color #D231BB: hue angle of 308.57º 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 #D231BB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 187 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.18 |
| HSL | 308.57º | 0.64% | 0.51% | - |
| HSV(B) | 308.57º | 0.77% | 0.82% | - |
| XYZ | 36.65 | 19.49 | 48.84 | - |
| YUV | 112.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 187 | 0 | 0.77 | 0.11 | 0.18 | 308.57 | 0.64 | 0.51 |
| Hex | D2 | 31 | BB | 0 | 4D | B | 12 | 135 | 40 | 33 |
| Octal | 322 | 61 | 273 | 0 | 115 | 13 | 22 | 465 | 100 | 63 |
| Binary | 11010010 | 110001 | 10111011 | 0 | 1001101 | 1011 | 10010 | 100110101 | 1000000 | 110011 |
Color Harmonies of #D231BB
Complementary color
Monochromatic Colors of #D231BB
Black with #D231BB
Text Example
Text Example
White with #D231BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231BB; }
p { color: rgb(210,49,187); }
H1.HeaderClassName
{
color: #D231BB;
}
.AnyTagClassName
{
color: #D231BB;
}
</style>
background-color css
<style>
a { background-color: #D231BB; }
a { background-color: rgb(210,49,187); }
div.DivClassName
{
background-color: #D231BB;
}
.BgClassName
{
background-color: #D231BB;
}
</style>
border-color css
<style>
span { border-color: #D231BB; }
span { border-color: rgb(210,49,187); }
td.TdClassName
{
border-color: #D231BB;
}
.TagClassName
{
border-color: #D231BB;
}
</style>