Shades of Fuchsia #D466B9
Tints of Fuchsia #D466B9
RGB
CMYK
RGB Variations
Color information
#D466B9 (or 0xD466B9) is known color: Fuchsia. HEX triplet: D4, 66 and B9. RGB value is (212,102,185). Sum of RGB (Red+Green+Blue) = 212+102+185=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D466B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466B9 is #2B9946. Grayscale: #909090. Windows color (decimal): -2857287 or 12150484. OLE color: 12150484.
HSL color Cylindrical-coordinate representation of color #D466B9: hue angle of 314.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466B9 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 185 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.17 |
| HSL | 314.73º | 0.56% | 0.62% | - |
| HSV(B) | 314.73º | 0.52% | 0.83% | - |
| XYZ | 40.66 | 27 | 48.97 | - |
| YUV | 144.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 185 | 0 | 0.52 | 0.13 | 0.17 | 314.73 | 0.56 | 0.62 |
| Hex | D4 | 66 | B9 | 0 | 34 | D | 11 | 13B | 38 | 3E |
| Octal | 324 | 146 | 271 | 0 | 64 | 15 | 21 | 473 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10111001 | 0 | 110100 | 1101 | 10001 | 100111011 | 111000 | 111110 |
Color Harmonies of #D466B9
Complementary color
Monochromatic Colors of #D466B9
Black with #D466B9
Text Example
Text Example
White with #D466B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466B9; }
p { color: rgb(212,102,185); }
H1.HeaderClassName
{
color: #D466B9;
}
.AnyTagClassName
{
color: #D466B9;
}
</style>
background-color css
<style>
a { background-color: #D466B9; }
a { background-color: rgb(212,102,185); }
div.DivClassName
{
background-color: #D466B9;
}
.BgClassName
{
background-color: #D466B9;
}
</style>
border-color css
<style>
span { border-color: #D466B9; }
span { border-color: rgb(212,102,185); }
td.TdClassName
{
border-color: #D466B9;
}
.TagClassName
{
border-color: #D466B9;
}
</style>