Shades of Fuchsia #D65BB9
Tints of Fuchsia #D65BB9
RGB
CMYK
RGB Variations
Color information
#D65BB9 (or 0xD65BB9) is known color: Fuchsia. HEX triplet: D6, 5B and B9. RGB value is (214,91,185). Sum of RGB (Red+Green+Blue) = 214+91+185=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BB9 is #29A446. Grayscale: #8A8A8A. Windows color (decimal): -2729031 or 12147670. OLE color: 12147670.
HSL color Cylindrical-coordinate representation of color #D65BB9: hue angle of 314.15º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BB9 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 185 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.16 |
| HSL | 314.15º | 0.6% | 0.6% | - |
| HSV(B) | 314.15º | 0.57% | 0.84% | - |
| XYZ | 40.23 | 25.28 | 48.66 | - |
| YUV | 138.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 185 | 0 | 0.57 | 0.14 | 0.16 | 314.15 | 0.6 | 0.6 |
| Hex | D6 | 5B | B9 | 0 | 39 | E | 10 | 13A | 3C | 3C |
| Octal | 326 | 133 | 271 | 0 | 71 | 16 | 20 | 472 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10111001 | 0 | 111001 | 1110 | 10000 | 100111010 | 111100 | 111100 |
Color Harmonies of #D65BB9
Complementary color
Monochromatic Colors of #D65BB9
Black with #D65BB9
Text Example
Text Example
White with #D65BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BB9; }
p { color: rgb(214,91,185); }
H1.HeaderClassName
{
color: #D65BB9;
}
.AnyTagClassName
{
color: #D65BB9;
}
</style>
background-color css
<style>
a { background-color: #D65BB9; }
a { background-color: rgb(214,91,185); }
div.DivClassName
{
background-color: #D65BB9;
}
.BgClassName
{
background-color: #D65BB9;
}
</style>
border-color css
<style>
span { border-color: #D65BB9; }
span { border-color: rgb(214,91,185); }
td.TdClassName
{
border-color: #D65BB9;
}
.TagClassName
{
border-color: #D65BB9;
}
</style>