Shades of Fuchsia #D643BC
Tints of Fuchsia #D643BC
RGB
CMYK
RGB Variations
Color information
#D643BC (or 0xD643BC) is known color: Fuchsia. HEX triplet: D6, 43 and BC. RGB value is (214,67,188). Sum of RGB (Red+Green+Blue) = 214+67+188=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D643BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643BC is #29BC43. Grayscale: #7C7C7C. Windows color (decimal): -2735172 or 12338134. OLE color: 12338134.
HSL color Cylindrical-coordinate representation of color #D643BC: hue angle of 310.61º 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 #D643BC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 188 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.16 |
| HSL | 310.61º | 0.64% | 0.55% | - |
| HSV(B) | 310.61º | 0.69% | 0.84% | - |
| XYZ | 38.82 | 21.94 | 49.77 | - |
| YUV | 124.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 188 | 0 | 0.69 | 0.12 | 0.16 | 310.61 | 0.64 | 0.55 |
| Hex | D6 | 43 | BC | 0 | 45 | C | 10 | 137 | 40 | 37 |
| Octal | 326 | 103 | 274 | 0 | 105 | 14 | 20 | 467 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10111100 | 0 | 1000101 | 1100 | 10000 | 100110111 | 1000000 | 110111 |
Color Harmonies of #D643BC
Complementary color
Monochromatic Colors of #D643BC
Black with #D643BC
Text Example
Text Example
White with #D643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643BC; }
p { color: rgb(214,67,188); }
H1.HeaderClassName
{
color: #D643BC;
}
.AnyTagClassName
{
color: #D643BC;
}
</style>
background-color css
<style>
a { background-color: #D643BC; }
a { background-color: rgb(214,67,188); }
div.DivClassName
{
background-color: #D643BC;
}
.BgClassName
{
background-color: #D643BC;
}
</style>
border-color css
<style>
span { border-color: #D643BC; }
span { border-color: rgb(214,67,188); }
td.TdClassName
{
border-color: #D643BC;
}
.TagClassName
{
border-color: #D643BC;
}
</style>