Shades of Fuchsia #D64BAF
Tints of Fuchsia #D64BAF
RGB
CMYK
RGB Variations
Color information
#D64BAF (or 0xD64BAF) is known color: Fuchsia. HEX triplet: D6, 4B and AF. RGB value is (214,75,175). Sum of RGB (Red+Green+Blue) = 214+75+175=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BAF is #29B450. Grayscale: #7F7F7F. Windows color (decimal): -2733137 or 11488214. OLE color: 11488214.
HSL color Cylindrical-coordinate representation of color #D64BAF: hue angle of 316.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BAF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 175 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.16 |
| HSL | 316.83º | 0.63% | 0.57% | - |
| HSV(B) | 316.83º | 0.65% | 0.84% | - |
| XYZ | 37.99 | 22.42 | 42.88 | - |
| YUV | 127.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 175 | 0 | 0.65 | 0.18 | 0.16 | 316.83 | 0.63 | 0.57 |
| Hex | D6 | 4B | AF | 0 | 41 | 12 | 10 | 13D | 3F | 39 |
| Octal | 326 | 113 | 257 | 0 | 101 | 22 | 20 | 475 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10101111 | 0 | 1000001 | 10010 | 10000 | 100111101 | 111111 | 111001 |
Color Harmonies of #D64BAF
Complementary color
Monochromatic Colors of #D64BAF
Black with #D64BAF
Text Example
Text Example
White with #D64BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BAF; }
p { color: rgb(214,75,175); }
H1.HeaderClassName
{
color: #D64BAF;
}
.AnyTagClassName
{
color: #D64BAF;
}
</style>
background-color css
<style>
a { background-color: #D64BAF; }
a { background-color: rgb(214,75,175); }
div.DivClassName
{
background-color: #D64BAF;
}
.BgClassName
{
background-color: #D64BAF;
}
</style>
border-color css
<style>
span { border-color: #D64BAF; }
span { border-color: rgb(214,75,175); }
td.TdClassName
{
border-color: #D64BAF;
}
.TagClassName
{
border-color: #D64BAF;
}
</style>