Shades of Fuchsia #D643AD
Tints of Fuchsia #D643AD
RGB
CMYK
RGB Variations
Color information
#D643AD (or 0xD643AD) is known color: Fuchsia. HEX triplet: D6, 43 and AD. RGB value is (214,67,173). Sum of RGB (Red+Green+Blue) = 214+67+173=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D643AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643AD is #29BC52. Grayscale: #7A7A7A. Windows color (decimal): -2735187 or 11355094. OLE color: 11355094.
HSL color Cylindrical-coordinate representation of color #D643AD: hue angle of 316.73º 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 #D643AD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 173 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.16 |
| HSL | 316.73º | 0.64% | 0.55% | - |
| HSV(B) | 316.73º | 0.69% | 0.84% | - |
| XYZ | 37.28 | 21.33 | 41.69 | - |
| YUV | 123.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 173 | 0 | 0.69 | 0.19 | 0.16 | 316.73 | 0.64 | 0.55 |
| Hex | D6 | 43 | AD | 0 | 45 | 13 | 10 | 13D | 40 | 37 |
| Octal | 326 | 103 | 255 | 0 | 105 | 23 | 20 | 475 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10101101 | 0 | 1000101 | 10011 | 10000 | 100111101 | 1000000 | 110111 |
Color Harmonies of #D643AD
Complementary color
Monochromatic Colors of #D643AD
Black with #D643AD
Text Example
Text Example
White with #D643AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643AD; }
p { color: rgb(214,67,173); }
H1.HeaderClassName
{
color: #D643AD;
}
.AnyTagClassName
{
color: #D643AD;
}
</style>
background-color css
<style>
a { background-color: #D643AD; }
a { background-color: rgb(214,67,173); }
div.DivClassName
{
background-color: #D643AD;
}
.BgClassName
{
background-color: #D643AD;
}
</style>
border-color css
<style>
span { border-color: #D643AD; }
span { border-color: rgb(214,67,173); }
td.TdClassName
{
border-color: #D643AD;
}
.TagClassName
{
border-color: #D643AD;
}
</style>