Shades of Fuchsia #D231B7
Tints of Fuchsia #D231B7
RGB
CMYK
RGB Variations
Color information
#D231B7 (or 0xD231B7) is known color: Fuchsia. HEX triplet: D2, 31 and B7. RGB value is (210,49,183). Sum of RGB (Red+Green+Blue) = 210+49+183=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D231B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231B7 is #2DCE48. Grayscale: #707070. Windows color (decimal): -3001929 or 12005842. OLE color: 12005842.
HSL color Cylindrical-coordinate representation of color #D231B7: hue angle of 310.06º 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 #D231B7 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 183 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.18 |
| HSL | 310.06º | 0.64% | 0.51% | - |
| HSV(B) | 310.06º | 0.77% | 0.82% | - |
| XYZ | 36.22 | 19.32 | 46.62 | - |
| YUV | 112.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 183 | 0 | 0.77 | 0.13 | 0.18 | 310.06 | 0.64 | 0.51 |
| Hex | D2 | 31 | B7 | 0 | 4D | D | 12 | 136 | 40 | 33 |
| Octal | 322 | 61 | 267 | 0 | 115 | 15 | 22 | 466 | 100 | 63 |
| Binary | 11010010 | 110001 | 10110111 | 0 | 1001101 | 1101 | 10010 | 100110110 | 1000000 | 110011 |
Color Harmonies of #D231B7
Complementary color
Monochromatic Colors of #D231B7
Black with #D231B7
Text Example
Text Example
White with #D231B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231B7; }
p { color: rgb(210,49,183); }
H1.HeaderClassName
{
color: #D231B7;
}
.AnyTagClassName
{
color: #D231B7;
}
</style>
background-color css
<style>
a { background-color: #D231B7; }
a { background-color: rgb(210,49,183); }
div.DivClassName
{
background-color: #D231B7;
}
.BgClassName
{
background-color: #D231B7;
}
</style>
border-color css
<style>
span { border-color: #D231B7; }
span { border-color: rgb(210,49,183); }
td.TdClassName
{
border-color: #D231B7;
}
.TagClassName
{
border-color: #D231B7;
}
</style>