Shades of Fuchsia #D643BA
Tints of Fuchsia #D643BA
RGB
CMYK
RGB Variations
Color information
#D643BA (or 0xD643BA) is known color: Fuchsia. HEX triplet: D6, 43 and BA. RGB value is (214,67,186). Sum of RGB (Red+Green+Blue) = 214+67+186=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D643BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643BA is #29BC45. Grayscale: #7C7C7C. Windows color (decimal): -2735174 or 12207062. OLE color: 12207062.
HSL color Cylindrical-coordinate representation of color #D643BA: hue angle of 311.43º 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 #D643BA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 186 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 311.43º | 0.64% | 0.55% | - |
| HSV(B) | 311.43º | 0.69% | 0.84% | - |
| XYZ | 38.6 | 21.86 | 48.64 | - |
| YUV | 124.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 186 | 0 | 0.69 | 0.13 | 0.16 | 311.43 | 0.64 | 0.55 |
| Hex | D6 | 43 | BA | 0 | 45 | D | 10 | 137 | 40 | 37 |
| Octal | 326 | 103 | 272 | 0 | 105 | 15 | 20 | 467 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10111010 | 0 | 1000101 | 1101 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D643BA
Complementary color
Monochromatic Colors of #D643BA
Black with #D643BA
Text Example
Text Example
White with #D643BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643BA; }
p { color: rgb(214,67,186); }
H1.HeaderClassName
{
color: #D643BA;
}
.AnyTagClassName
{
color: #D643BA;
}
</style>
background-color css
<style>
a { background-color: #D643BA; }
a { background-color: rgb(214,67,186); }
div.DivClassName
{
background-color: #D643BA;
}
.BgClassName
{
background-color: #D643BA;
}
</style>
border-color css
<style>
span { border-color: #D643BA; }
span { border-color: rgb(214,67,186); }
td.TdClassName
{
border-color: #D643BA;
}
.TagClassName
{
border-color: #D643BA;
}
</style>