Shades of Fuchsia #D630BA
Tints of Fuchsia #D630BA
RGB
CMYK
RGB Variations
Color information
#D630BA (or 0xD630BA) is known color: Fuchsia. HEX triplet: D6, 30 and BA. RGB value is (214,48,186). Sum of RGB (Red+Green+Blue) = 214+48+186=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D630BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630BA is #29CF45. Grayscale: #707070. Windows color (decimal): -2740038 or 12202198. OLE color: 12202198.
HSL color Cylindrical-coordinate representation of color #D630BA: hue angle of 310.12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D630BA is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 186 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.16 |
| HSL | 310.12º | 0.67% | 0.51% | - |
| HSV(B) | 310.12º | 0.78% | 0.84% | - |
| XYZ | 37.65 | 19.96 | 48.32 | - |
| YUV | 113.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 186 | 0 | 0.78 | 0.13 | 0.16 | 310.12 | 0.67 | 0.51 |
| Hex | D6 | 30 | BA | 0 | 4E | D | 10 | 136 | 43 | 33 |
| Octal | 326 | 60 | 272 | 0 | 116 | 15 | 20 | 466 | 103 | 63 |
| Binary | 11010110 | 110000 | 10111010 | 0 | 1001110 | 1101 | 10000 | 100110110 | 1000011 | 110011 |
Color Harmonies of #D630BA
Complementary color
Monochromatic Colors of #D630BA
Black with #D630BA
Text Example
Text Example
White with #D630BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630BA; }
p { color: rgb(214,48,186); }
H1.HeaderClassName
{
color: #D630BA;
}
.AnyTagClassName
{
color: #D630BA;
}
</style>
background-color css
<style>
a { background-color: #D630BA; }
a { background-color: rgb(214,48,186); }
div.DivClassName
{
background-color: #D630BA;
}
.BgClassName
{
background-color: #D630BA;
}
</style>
border-color css
<style>
span { border-color: #D630BA; }
span { border-color: rgb(214,48,186); }
td.TdClassName
{
border-color: #D630BA;
}
.TagClassName
{
border-color: #D630BA;
}
</style>