Shades of Fuchsia #D65FBA
Tints of Fuchsia #D65FBA
RGB
CMYK
RGB Variations
Color information
#D65FBA (or 0xD65FBA) is known color: Fuchsia. HEX triplet: D6, 5F and BA. RGB value is (214,95,186). Sum of RGB (Red+Green+Blue) = 214+95+186=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FBA is #29A045. Grayscale: #8C8C8C. Windows color (decimal): -2728006 or 12214230. OLE color: 12214230.
HSL color Cylindrical-coordinate representation of color #D65FBA: hue angle of 314.12º 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 #D65FBA is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 186 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.16 |
| HSL | 314.12º | 0.59% | 0.61% | - |
| HSV(B) | 314.12º | 0.56% | 0.84% | - |
| XYZ | 40.69 | 26.03 | 49.33 | - |
| YUV | 140.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 186 | 0 | 0.56 | 0.13 | 0.16 | 314.12 | 0.59 | 0.61 |
| Hex | D6 | 5F | BA | 0 | 38 | D | 10 | 13A | 3B | 3D |
| Octal | 326 | 137 | 272 | 0 | 70 | 15 | 20 | 472 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10111010 | 0 | 111000 | 1101 | 10000 | 100111010 | 111011 | 111101 |
Color Harmonies of #D65FBA
Complementary color
Monochromatic Colors of #D65FBA
Black with #D65FBA
Text Example
Text Example
White with #D65FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FBA; }
p { color: rgb(214,95,186); }
H1.HeaderClassName
{
color: #D65FBA;
}
.AnyTagClassName
{
color: #D65FBA;
}
</style>
background-color css
<style>
a { background-color: #D65FBA; }
a { background-color: rgb(214,95,186); }
div.DivClassName
{
background-color: #D65FBA;
}
.BgClassName
{
background-color: #D65FBA;
}
</style>
border-color css
<style>
span { border-color: #D65FBA; }
span { border-color: rgb(214,95,186); }
td.TdClassName
{
border-color: #D65FBA;
}
.TagClassName
{
border-color: #D65FBA;
}
</style>