Shades of Fuchsia #D65FB9
Tints of Fuchsia #D65FB9
RGB
CMYK
RGB Variations
Color information
#D65FB9 (or 0xD65FB9) is known color: Fuchsia. HEX triplet: D6, 5F and B9. RGB value is (214,95,185). Sum of RGB (Red+Green+Blue) = 214+95+185=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FB9 is #29A046. Grayscale: #8C8C8C. Windows color (decimal): -2728007 or 12148694. OLE color: 12148694.
HSL color Cylindrical-coordinate representation of color #D65FB9: hue angle of 314.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FB9 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 185 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.16 |
| HSL | 314.62º | 0.59% | 0.61% | - |
| HSV(B) | 314.62º | 0.56% | 0.84% | - |
| XYZ | 40.58 | 25.98 | 48.78 | - |
| YUV | 140.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 185 | 0 | 0.56 | 0.14 | 0.16 | 314.62 | 0.59 | 0.61 |
| Hex | D6 | 5F | B9 | 0 | 38 | E | 10 | 13B | 3B | 3D |
| Octal | 326 | 137 | 271 | 0 | 70 | 16 | 20 | 473 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10111001 | 0 | 111000 | 1110 | 10000 | 100111011 | 111011 | 111101 |
Color Harmonies of #D65FB9
Complementary color
Monochromatic Colors of #D65FB9
Black with #D65FB9
Text Example
Text Example
White with #D65FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FB9; }
p { color: rgb(214,95,185); }
H1.HeaderClassName
{
color: #D65FB9;
}
.AnyTagClassName
{
color: #D65FB9;
}
</style>
background-color css
<style>
a { background-color: #D65FB9; }
a { background-color: rgb(214,95,185); }
div.DivClassName
{
background-color: #D65FB9;
}
.BgClassName
{
background-color: #D65FB9;
}
</style>
border-color css
<style>
span { border-color: #D65FB9; }
span { border-color: rgb(214,95,185); }
td.TdClassName
{
border-color: #D65FB9;
}
.TagClassName
{
border-color: #D65FB9;
}
</style>