Shades of Fuchsia #D641BA
Tints of Fuchsia #D641BA
RGB
CMYK
RGB Variations
Color information
#D641BA (or 0xD641BA) is known color: Fuchsia. HEX triplet: D6, 41 and BA. RGB value is (214,65,186). Sum of RGB (Red+Green+Blue) = 214+65+186=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BA is #29BE45. Grayscale: #7B7B7B. Windows color (decimal): -2735686 or 12206550. OLE color: 12206550.
HSL color Cylindrical-coordinate representation of color #D641BA: hue angle of 311.28º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641BA is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 186 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.16 |
| HSL | 311.28º | 0.65% | 0.55% | - |
| HSV(B) | 311.28º | 0.7% | 0.84% | - |
| XYZ | 38.48 | 21.62 | 48.6 | - |
| YUV | 123.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 186 | 0 | 0.70 | 0.13 | 0.16 | 311.28 | 0.65 | 0.55 |
| Hex | D6 | 41 | BA | 0 | 46 | D | 10 | 137 | 41 | 37 |
| Octal | 326 | 101 | 272 | 0 | 106 | 15 | 20 | 467 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10111010 | 0 | 1000110 | 1101 | 10000 | 100110111 | 1000001 | 110111 |
Color Harmonies of #D641BA
Complementary color
Monochromatic Colors of #D641BA
Black with #D641BA
Text Example
Text Example
White with #D641BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641BA; }
p { color: rgb(214,65,186); }
H1.HeaderClassName
{
color: #D641BA;
}
.AnyTagClassName
{
color: #D641BA;
}
</style>
background-color css
<style>
a { background-color: #D641BA; }
a { background-color: rgb(214,65,186); }
div.DivClassName
{
background-color: #D641BA;
}
.BgClassName
{
background-color: #D641BA;
}
</style>
border-color css
<style>
span { border-color: #D641BA; }
span { border-color: rgb(214,65,186); }
td.TdClassName
{
border-color: #D641BA;
}
.TagClassName
{
border-color: #D641BA;
}
</style>