Shades of Fuchsia #D637BA
Tints of Fuchsia #D637BA
RGB
CMYK
RGB Variations
Color information
#D637BA (or 0xD637BA) is known color: Fuchsia. HEX triplet: D6, 37 and BA. RGB value is (214,55,186). Sum of RGB (Red+Green+Blue) = 214+55+186=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D637BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637BA is #29C845. Grayscale: #757575. Windows color (decimal): -2738246 or 12203990. OLE color: 12203990.
HSL color Cylindrical-coordinate representation of color #D637BA: hue angle of 310.57º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D637BA is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 186 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.16 |
| HSL | 310.57º | 0.66% | 0.53% | - |
| HSV(B) | 310.57º | 0.74% | 0.84% | - |
| XYZ | 37.96 | 20.57 | 48.42 | - |
| YUV | 117.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 186 | 0 | 0.74 | 0.13 | 0.16 | 310.57 | 0.66 | 0.53 |
| Hex | D6 | 37 | BA | 0 | 4A | D | 10 | 137 | 42 | 35 |
| Octal | 326 | 67 | 272 | 0 | 112 | 15 | 20 | 467 | 102 | 65 |
| Binary | 11010110 | 110111 | 10111010 | 0 | 1001010 | 1101 | 10000 | 100110111 | 1000010 | 110101 |
Color Harmonies of #D637BA
Complementary color
Monochromatic Colors of #D637BA
Black with #D637BA
Text Example
Text Example
White with #D637BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D637BA; }
p { color: rgb(214,55,186); }
H1.HeaderClassName
{
color: #D637BA;
}
.AnyTagClassName
{
color: #D637BA;
}
</style>
background-color css
<style>
a { background-color: #D637BA; }
a { background-color: rgb(214,55,186); }
div.DivClassName
{
background-color: #D637BA;
}
.BgClassName
{
background-color: #D637BA;
}
</style>
border-color css
<style>
span { border-color: #D637BA; }
span { border-color: rgb(214,55,186); }
td.TdClassName
{
border-color: #D637BA;
}
.TagClassName
{
border-color: #D637BA;
}
</style>