Shades of Fuchsia #D641BF
Tints of Fuchsia #D641BF
RGB
CMYK
RGB Variations
Color information
#D641BF (or 0xD641BF) is known color: Fuchsia. HEX triplet: D6, 41 and BF. RGB value is (214,65,191). Sum of RGB (Red+Green+Blue) = 214+65+191=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BF is #29BE40. Grayscale: #7B7B7B. Windows color (decimal): -2735681 or 12534230. OLE color: 12534230.
HSL color Cylindrical-coordinate representation of color #D641BF: hue angle of 309.26º 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 #D641BF is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 191 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.16 |
| HSL | 309.26º | 0.65% | 0.55% | - |
| HSV(B) | 309.26º | 0.7% | 0.84% | - |
| XYZ | 39.03 | 21.84 | 51.45 | - |
| YUV | 123.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 191 | 0 | 0.70 | 0.11 | 0.16 | 309.26 | 0.65 | 0.55 |
| Hex | D6 | 41 | BF | 0 | 46 | B | 10 | 135 | 41 | 37 |
| Octal | 326 | 101 | 277 | 0 | 106 | 13 | 20 | 465 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10111111 | 0 | 1000110 | 1011 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D641BF
Complementary color
Monochromatic Colors of #D641BF
Black with #D641BF
Text Example
Text Example
White with #D641BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641BF; }
p { color: rgb(214,65,191); }
H1.HeaderClassName
{
color: #D641BF;
}
.AnyTagClassName
{
color: #D641BF;
}
</style>
background-color css
<style>
a { background-color: #D641BF; }
a { background-color: rgb(214,65,191); }
div.DivClassName
{
background-color: #D641BF;
}
.BgClassName
{
background-color: #D641BF;
}
</style>
border-color css
<style>
span { border-color: #D641BF; }
span { border-color: rgb(214,65,191); }
td.TdClassName
{
border-color: #D641BF;
}
.TagClassName
{
border-color: #D641BF;
}
</style>