Shades of Fuchsia #D65AB5
Tints of Fuchsia #D65AB5
RGB
CMYK
RGB Variations
Color information
#D65AB5 (or 0xD65AB5) is known color: Fuchsia. HEX triplet: D6, 5A and B5. RGB value is (214,90,181). Sum of RGB (Red+Green+Blue) = 214+90+181=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB5 is #29A54A. Grayscale: #898989. Windows color (decimal): -2729291 or 11885270. OLE color: 11885270.
HSL color Cylindrical-coordinate representation of color #D65AB5: hue angle of 315.97º 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 #D65AB5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 181 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.16 |
| HSL | 315.97º | 0.6% | 0.6% | - |
| HSV(B) | 315.97º | 0.58% | 0.84% | - |
| XYZ | 39.73 | 24.94 | 46.44 | - |
| YUV | 137.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 181 | 0 | 0.58 | 0.15 | 0.16 | 315.97 | 0.6 | 0.6 |
| Hex | D6 | 5A | B5 | 0 | 3A | F | 10 | 13C | 3C | 3C |
| Octal | 326 | 132 | 265 | 0 | 72 | 17 | 20 | 474 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10110101 | 0 | 111010 | 1111 | 10000 | 100111100 | 111100 | 111100 |
Color Harmonies of #D65AB5
Complementary color
Monochromatic Colors of #D65AB5
Black with #D65AB5
Text Example
Text Example
White with #D65AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AB5; }
p { color: rgb(214,90,181); }
H1.HeaderClassName
{
color: #D65AB5;
}
.AnyTagClassName
{
color: #D65AB5;
}
</style>
background-color css
<style>
a { background-color: #D65AB5; }
a { background-color: rgb(214,90,181); }
div.DivClassName
{
background-color: #D65AB5;
}
.BgClassName
{
background-color: #D65AB5;
}
</style>
border-color css
<style>
span { border-color: #D65AB5; }
span { border-color: rgb(214,90,181); }
td.TdClassName
{
border-color: #D65AB5;
}
.TagClassName
{
border-color: #D65AB5;
}
</style>