Shades of Fuchsia #D632B9
Tints of Fuchsia #D632B9
RGB
CMYK
RGB Variations
Color information
#D632B9 (or 0xD632B9) is known color: Fuchsia. HEX triplet: D6, 32 and B9. RGB value is (214,50,185). Sum of RGB (Red+Green+Blue) = 214+50+185=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D632B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D632B9 is #29CD46. Grayscale: #727272. Windows color (decimal): -2739527 or 12137174. OLE color: 12137174.
HSL color Cylindrical-coordinate representation of color #D632B9: hue angle of 310.61º 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 #D632B9 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 185 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.16 |
| HSL | 310.61º | 0.67% | 0.52% | - |
| HSV(B) | 310.61º | 0.77% | 0.84% | - |
| XYZ | 37.63 | 20.08 | 47.79 | - |
| YUV | 114.43 | 167.83 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 185 | 0 | 0.77 | 0.14 | 0.16 | 310.61 | 0.67 | 0.52 |
| Hex | D6 | 32 | B9 | 0 | 4D | E | 10 | 137 | 43 | 34 |
| Octal | 326 | 62 | 271 | 0 | 115 | 16 | 20 | 467 | 103 | 64 |
| Binary | 11010110 | 110010 | 10111001 | 0 | 1001101 | 1110 | 10000 | 100110111 | 1000011 | 110100 |
Color Harmonies of #D632B9
Complementary color
Monochromatic Colors of #D632B9
Black with #D632B9
Text Example
Text Example
White with #D632B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632B9; }
p { color: rgb(214,50,185); }
H1.HeaderClassName
{
color: #D632B9;
}
.AnyTagClassName
{
color: #D632B9;
}
</style>
background-color css
<style>
a { background-color: #D632B9; }
a { background-color: rgb(214,50,185); }
div.DivClassName
{
background-color: #D632B9;
}
.BgClassName
{
background-color: #D632B9;
}
</style>
border-color css
<style>
span { border-color: #D632B9; }
span { border-color: rgb(214,50,185); }
td.TdClassName
{
border-color: #D632B9;
}
.TagClassName
{
border-color: #D632B9;
}
</style>