Shades of Fuchsia #D64AB9
Tints of Fuchsia #D64AB9
RGB
CMYK
RGB Variations
Color information
#D64AB9 (or 0xD64AB9) is known color: Fuchsia. HEX triplet: D6, 4A and B9. RGB value is (214,74,185). Sum of RGB (Red+Green+Blue) = 214+74+185=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AB9 is #29B546. Grayscale: #808080. Windows color (decimal): -2733383 or 12143318. OLE color: 12143318.
HSL color Cylindrical-coordinate representation of color #D64AB9: hue angle of 312.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AB9 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 185 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.16 |
| HSL | 312.43º | 0.63% | 0.56% | - |
| HSV(B) | 312.43º | 0.65% | 0.84% | - |
| XYZ | 38.94 | 22.7 | 48.23 | - |
| YUV | 128.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 185 | 0 | 0.65 | 0.14 | 0.16 | 312.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | B9 | 0 | 41 | E | 10 | 138 | 3F | 38 |
| Octal | 326 | 112 | 271 | 0 | 101 | 16 | 20 | 470 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10111001 | 0 | 1000001 | 1110 | 10000 | 100111000 | 111111 | 111000 |
Color Harmonies of #D64AB9
Complementary color
Monochromatic Colors of #D64AB9
Black with #D64AB9
Text Example
Text Example
White with #D64AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AB9; }
p { color: rgb(214,74,185); }
H1.HeaderClassName
{
color: #D64AB9;
}
.AnyTagClassName
{
color: #D64AB9;
}
</style>
background-color css
<style>
a { background-color: #D64AB9; }
a { background-color: rgb(214,74,185); }
div.DivClassName
{
background-color: #D64AB9;
}
.BgClassName
{
background-color: #D64AB9;
}
</style>
border-color css
<style>
span { border-color: #D64AB9; }
span { border-color: rgb(214,74,185); }
td.TdClassName
{
border-color: #D64AB9;
}
.TagClassName
{
border-color: #D64AB9;
}
</style>