Shades of Fuchsia #D62FBC
Tints of Fuchsia #D62FBC
RGB
CMYK
RGB Variations
Color information
#D62FBC (or 0xD62FBC) is known color: Fuchsia. HEX triplet: D6, 2F and BC. RGB value is (214,47,188). Sum of RGB (Red+Green+Blue) = 214+47+188=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FBC is #29D043. Grayscale: #707070. Windows color (decimal): -2740292 or 12333014. OLE color: 12333014.
HSL color Cylindrical-coordinate representation of color #D62FBC: hue angle of 309.34º 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 #D62FBC is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 188 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.16 |
| HSL | 309.34º | 0.67% | 0.51% | - |
| HSV(B) | 309.34º | 0.78% | 0.84% | - |
| XYZ | 37.83 | 19.96 | 49.44 | - |
| YUV | 113.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 188 | 0 | 0.78 | 0.12 | 0.16 | 309.34 | 0.67 | 0.51 |
| Hex | D6 | 2F | BC | 0 | 4E | C | 10 | 135 | 43 | 33 |
| Octal | 326 | 57 | 274 | 0 | 116 | 14 | 20 | 465 | 103 | 63 |
| Binary | 11010110 | 101111 | 10111100 | 0 | 1001110 | 1100 | 10000 | 100110101 | 1000011 | 110011 |
Color Harmonies of #D62FBC
Complementary color
Monochromatic Colors of #D62FBC
Black with #D62FBC
Text Example
Text Example
White with #D62FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FBC; }
p { color: rgb(214,47,188); }
H1.HeaderClassName
{
color: #D62FBC;
}
.AnyTagClassName
{
color: #D62FBC;
}
</style>
background-color css
<style>
a { background-color: #D62FBC; }
a { background-color: rgb(214,47,188); }
div.DivClassName
{
background-color: #D62FBC;
}
.BgClassName
{
background-color: #D62FBC;
}
</style>
border-color css
<style>
span { border-color: #D62FBC; }
span { border-color: rgb(214,47,188); }
td.TdClassName
{
border-color: #D62FBC;
}
.TagClassName
{
border-color: #D62FBC;
}
</style>