Shades of Fuchsia #D643AF
Tints of Fuchsia #D643AF
RGB
CMYK
RGB Variations
Color information
#D643AF (or 0xD643AF) is known color: Fuchsia. HEX triplet: D6, 43 and AF. RGB value is (214,67,175). Sum of RGB (Red+Green+Blue) = 214+67+175=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D643AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643AF is #29BC50. Grayscale: #7A7A7A. Windows color (decimal): -2735185 or 11486166. OLE color: 11486166.
HSL color Cylindrical-coordinate representation of color #D643AF: hue angle of 315.92º 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 #D643AF is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 175 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.16 |
| HSL | 315.92º | 0.64% | 0.55% | - |
| HSV(B) | 315.92º | 0.69% | 0.84% | - |
| XYZ | 37.48 | 21.41 | 42.71 | - |
| YUV | 123.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 175 | 0 | 0.69 | 0.18 | 0.16 | 315.92 | 0.64 | 0.55 |
| Hex | D6 | 43 | AF | 0 | 45 | 12 | 10 | 13C | 40 | 37 |
| Octal | 326 | 103 | 257 | 0 | 105 | 22 | 20 | 474 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10101111 | 0 | 1000101 | 10010 | 10000 | 100111100 | 1000000 | 110111 |
Color Harmonies of #D643AF
Complementary color
Monochromatic Colors of #D643AF
Black with #D643AF
Text Example
Text Example
White with #D643AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643AF; }
p { color: rgb(214,67,175); }
H1.HeaderClassName
{
color: #D643AF;
}
.AnyTagClassName
{
color: #D643AF;
}
</style>
background-color css
<style>
a { background-color: #D643AF; }
a { background-color: rgb(214,67,175); }
div.DivClassName
{
background-color: #D643AF;
}
.BgClassName
{
background-color: #D643AF;
}
</style>
border-color css
<style>
span { border-color: #D643AF; }
span { border-color: rgb(214,67,175); }
td.TdClassName
{
border-color: #D643AF;
}
.TagClassName
{
border-color: #D643AF;
}
</style>