Shades of Fuchsia #D665B9
Tints of Fuchsia #D665B9
RGB
CMYK
RGB Variations
Color information
#D665B9 (or 0xD665B9) is known color: Fuchsia. HEX triplet: D6, 65 and B9. RGB value is (214,101,185). Sum of RGB (Red+Green+Blue) = 214+101+185=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665B9 is #299A46. Grayscale: #909090. Windows color (decimal): -2726471 or 12150230. OLE color: 12150230.
HSL color Cylindrical-coordinate representation of color #D665B9: hue angle of 315.4º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665B9 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 185 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 315.4º | 0.58% | 0.62% | - |
| HSV(B) | 315.4º | 0.53% | 0.84% | - |
| XYZ | 41.14 | 27.11 | 48.96 | - |
| YUV | 144.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 185 | 0 | 0.53 | 0.14 | 0.16 | 315.4 | 0.58 | 0.62 |
| Hex | D6 | 65 | B9 | 0 | 35 | E | 10 | 13B | 3A | 3E |
| Octal | 326 | 145 | 271 | 0 | 65 | 16 | 20 | 473 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10111001 | 0 | 110101 | 1110 | 10000 | 100111011 | 111010 | 111110 |
Color Harmonies of #D665B9
Complementary color
Monochromatic Colors of #D665B9
Black with #D665B9
Text Example
Text Example
White with #D665B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B9; }
p { color: rgb(214,101,185); }
H1.HeaderClassName
{
color: #D665B9;
}
.AnyTagClassName
{
color: #D665B9;
}
</style>
background-color css
<style>
a { background-color: #D665B9; }
a { background-color: rgb(214,101,185); }
div.DivClassName
{
background-color: #D665B9;
}
.BgClassName
{
background-color: #D665B9;
}
</style>
border-color css
<style>
span { border-color: #D665B9; }
span { border-color: rgb(214,101,185); }
td.TdClassName
{
border-color: #D665B9;
}
.TagClassName
{
border-color: #D665B9;
}
</style>