Shades of Fuchsia #D643BF
Tints of Fuchsia #D643BF
RGB
CMYK
RGB Variations
Color information
#D643BF (or 0xD643BF) is known color: Fuchsia. HEX triplet: D6, 43 and BF. RGB value is (214,67,191). Sum of RGB (Red+Green+Blue) = 214+67+191=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D643BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643BF is #29BC40. Grayscale: #7C7C7C. Windows color (decimal): -2735169 or 12534742. OLE color: 12534742.
HSL color Cylindrical-coordinate representation of color #D643BF: hue angle of 309.39º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643BF is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 191 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.16 |
| HSL | 309.39º | 0.64% | 0.55% | - |
| HSV(B) | 309.39º | 0.69% | 0.84% | - |
| XYZ | 39.14 | 22.07 | 51.49 | - |
| YUV | 125.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 191 | 0 | 0.69 | 0.11 | 0.16 | 309.39 | 0.64 | 0.55 |
| Hex | D6 | 43 | BF | 0 | 45 | B | 10 | 135 | 40 | 37 |
| Octal | 326 | 103 | 277 | 0 | 105 | 13 | 20 | 465 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10111111 | 0 | 1000101 | 1011 | 10000 | 100110101 | 1000000 | 110111 |
Color Harmonies of #D643BF
Complementary color
Monochromatic Colors of #D643BF
Black with #D643BF
Text Example
Text Example
White with #D643BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643BF; }
p { color: rgb(214,67,191); }
H1.HeaderClassName
{
color: #D643BF;
}
.AnyTagClassName
{
color: #D643BF;
}
</style>
background-color css
<style>
a { background-color: #D643BF; }
a { background-color: rgb(214,67,191); }
div.DivClassName
{
background-color: #D643BF;
}
.BgClassName
{
background-color: #D643BF;
}
</style>
border-color css
<style>
span { border-color: #D643BF; }
span { border-color: rgb(214,67,191); }
td.TdClassName
{
border-color: #D643BF;
}
.TagClassName
{
border-color: #D643BF;
}
</style>