Shades of Fuchsia #D643B2
Tints of Fuchsia #D643B2
RGB
CMYK
RGB Variations
Color information
#D643B2 (or 0xD643B2) is known color: Fuchsia. HEX triplet: D6, 43 and B2. RGB value is (214,67,178). Sum of RGB (Red+Green+Blue) = 214+67+178=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D643B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643B2 is #29BC4D. Grayscale: #7B7B7B. Windows color (decimal): -2735182 or 11682774. OLE color: 11682774.
HSL color Cylindrical-coordinate representation of color #D643B2: hue angle of 314.69º 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 #D643B2 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 178 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.16 |
| HSL | 314.69º | 0.64% | 0.55% | - |
| HSV(B) | 314.69º | 0.69% | 0.84% | - |
| XYZ | 37.77 | 21.52 | 44.28 | - |
| YUV | 123.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 178 | 0 | 0.69 | 0.17 | 0.16 | 314.69 | 0.64 | 0.55 |
| Hex | D6 | 43 | B2 | 0 | 45 | 11 | 10 | 13B | 40 | 37 |
| Octal | 326 | 103 | 262 | 0 | 105 | 21 | 20 | 473 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10110010 | 0 | 1000101 | 10001 | 10000 | 100111011 | 1000000 | 110111 |
Color Harmonies of #D643B2
Complementary color
Monochromatic Colors of #D643B2
Black with #D643B2
Text Example
Text Example
White with #D643B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643B2; }
p { color: rgb(214,67,178); }
H1.HeaderClassName
{
color: #D643B2;
}
.AnyTagClassName
{
color: #D643B2;
}
</style>
background-color css
<style>
a { background-color: #D643B2; }
a { background-color: rgb(214,67,178); }
div.DivClassName
{
background-color: #D643B2;
}
.BgClassName
{
background-color: #D643B2;
}
</style>
border-color css
<style>
span { border-color: #D643B2; }
span { border-color: rgb(214,67,178); }
td.TdClassName
{
border-color: #D643B2;
}
.TagClassName
{
border-color: #D643B2;
}
</style>