Shades of Fuchsia #D65ABA
Tints of Fuchsia #D65ABA
RGB
CMYK
RGB Variations
Color information
#D65ABA (or 0xD65ABA) is known color: Fuchsia. HEX triplet: D6, 5A and BA. RGB value is (214,90,186). Sum of RGB (Red+Green+Blue) = 214+90+186=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ABA is #29A545. Grayscale: #898989. Windows color (decimal): -2729286 or 12212950. OLE color: 12212950.
HSL color Cylindrical-coordinate representation of color #D65ABA: hue angle of 313.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65ABA is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 186 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.16 |
| HSL | 313.55º | 0.6% | 0.6% | - |
| HSV(B) | 313.55º | 0.58% | 0.84% | - |
| XYZ | 40.25 | 25.15 | 49.19 | - |
| YUV | 138.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 186 | 0 | 0.58 | 0.13 | 0.16 | 313.55 | 0.6 | 0.6 |
| Hex | D6 | 5A | BA | 0 | 3A | D | 10 | 13A | 3C | 3C |
| Octal | 326 | 132 | 272 | 0 | 72 | 15 | 20 | 472 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10111010 | 0 | 111010 | 1101 | 10000 | 100111010 | 111100 | 111100 |
Color Harmonies of #D65ABA
Complementary color
Monochromatic Colors of #D65ABA
Black with #D65ABA
Text Example
Text Example
White with #D65ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65ABA; }
p { color: rgb(214,90,186); }
H1.HeaderClassName
{
color: #D65ABA;
}
.AnyTagClassName
{
color: #D65ABA;
}
</style>
background-color css
<style>
a { background-color: #D65ABA; }
a { background-color: rgb(214,90,186); }
div.DivClassName
{
background-color: #D65ABA;
}
.BgClassName
{
background-color: #D65ABA;
}
</style>
border-color css
<style>
span { border-color: #D65ABA; }
span { border-color: rgb(214,90,186); }
td.TdClassName
{
border-color: #D65ABA;
}
.TagClassName
{
border-color: #D65ABA;
}
</style>