Shades of Fuchsia #D65FB0
Tints of Fuchsia #D65FB0
RGB
CMYK
RGB Variations
Color information
#D65FB0 (or 0xD65FB0) is known color: Fuchsia. HEX triplet: D6, 5F and B0. RGB value is (214,95,176). Sum of RGB (Red+Green+Blue) = 214+95+176=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FB0 is #29A04F. Grayscale: #8B8B8B. Windows color (decimal): -2728016 or 11558870. OLE color: 11558870.
HSL color Cylindrical-coordinate representation of color #D65FB0: hue angle of 319.16º 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 #D65FB0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 176 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.16 |
| HSL | 319.16º | 0.59% | 0.61% | - |
| HSV(B) | 319.16º | 0.56% | 0.84% | - |
| XYZ | 39.66 | 25.62 | 43.93 | - |
| YUV | 139.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 176 | 0 | 0.56 | 0.18 | 0.16 | 319.16 | 0.59 | 0.61 |
| Hex | D6 | 5F | B0 | 0 | 38 | 12 | 10 | 13F | 3B | 3D |
| Octal | 326 | 137 | 260 | 0 | 70 | 22 | 20 | 477 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10110000 | 0 | 111000 | 10010 | 10000 | 100111111 | 111011 | 111101 |
Color Harmonies of #D65FB0
Complementary color
Monochromatic Colors of #D65FB0
Black with #D65FB0
Text Example
Text Example
White with #D65FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FB0; }
p { color: rgb(214,95,176); }
H1.HeaderClassName
{
color: #D65FB0;
}
.AnyTagClassName
{
color: #D65FB0;
}
</style>
background-color css
<style>
a { background-color: #D65FB0; }
a { background-color: rgb(214,95,176); }
div.DivClassName
{
background-color: #D65FB0;
}
.BgClassName
{
background-color: #D65FB0;
}
</style>
border-color css
<style>
span { border-color: #D65FB0; }
span { border-color: rgb(214,95,176); }
td.TdClassName
{
border-color: #D65FB0;
}
.TagClassName
{
border-color: #D65FB0;
}
</style>