Shades of Fuchsia #D65AB8
Tints of Fuchsia #D65AB8
RGB
CMYK
RGB Variations
Color information
#D65AB8 (or 0xD65AB8) is known color: Fuchsia. HEX triplet: D6, 5A and B8. RGB value is (214,90,184). Sum of RGB (Red+Green+Blue) = 214+90+184=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB8 is #29A547. Grayscale: #898989. Windows color (decimal): -2729288 or 12081878. OLE color: 12081878.
HSL color Cylindrical-coordinate representation of color #D65AB8: hue angle of 314.52º 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 #D65AB8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 184 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.16 |
| HSL | 314.52º | 0.6% | 0.6% | - |
| HSV(B) | 314.52º | 0.58% | 0.84% | - |
| XYZ | 40.04 | 25.07 | 48.08 | - |
| YUV | 137.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 184 | 0 | 0.58 | 0.14 | 0.16 | 314.52 | 0.6 | 0.6 |
| Hex | D6 | 5A | B8 | 0 | 3A | E | 10 | 13B | 3C | 3C |
| Octal | 326 | 132 | 270 | 0 | 72 | 16 | 20 | 473 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10111000 | 0 | 111010 | 1110 | 10000 | 100111011 | 111100 | 111100 |
Color Harmonies of #D65AB8
Complementary color
Monochromatic Colors of #D65AB8
Black with #D65AB8
Text Example
Text Example
White with #D65AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AB8; }
p { color: rgb(214,90,184); }
H1.HeaderClassName
{
color: #D65AB8;
}
.AnyTagClassName
{
color: #D65AB8;
}
</style>
background-color css
<style>
a { background-color: #D65AB8; }
a { background-color: rgb(214,90,184); }
div.DivClassName
{
background-color: #D65AB8;
}
.BgClassName
{
background-color: #D65AB8;
}
</style>
border-color css
<style>
span { border-color: #D65AB8; }
span { border-color: rgb(214,90,184); }
td.TdClassName
{
border-color: #D65AB8;
}
.TagClassName
{
border-color: #D65AB8;
}
</style>