Shades of Fuchsia #D65FB8
Tints of Fuchsia #D65FB8
RGB
CMYK
RGB Variations
Color information
#D65FB8 (or 0xD65FB8) is known color: Fuchsia. HEX triplet: D6, 5F and B8. RGB value is (214,95,184). Sum of RGB (Red+Green+Blue) = 214+95+184=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FB8 is #29A047. Grayscale: #8C8C8C. Windows color (decimal): -2728008 or 12083158. OLE color: 12083158.
HSL color Cylindrical-coordinate representation of color #D65FB8: hue angle of 315.13º 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 #D65FB8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 184 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.16 |
| HSL | 315.13º | 0.59% | 0.61% | - |
| HSV(B) | 315.13º | 0.56% | 0.84% | - |
| XYZ | 40.48 | 25.94 | 48.22 | - |
| YUV | 140.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 184 | 0 | 0.56 | 0.14 | 0.16 | 315.13 | 0.59 | 0.61 |
| Hex | D6 | 5F | B8 | 0 | 38 | E | 10 | 13B | 3B | 3D |
| Octal | 326 | 137 | 270 | 0 | 70 | 16 | 20 | 473 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10111000 | 0 | 111000 | 1110 | 10000 | 100111011 | 111011 | 111101 |
Color Harmonies of #D65FB8
Complementary color
Monochromatic Colors of #D65FB8
Black with #D65FB8
Text Example
Text Example
White with #D65FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FB8; }
p { color: rgb(214,95,184); }
H1.HeaderClassName
{
color: #D65FB8;
}
.AnyTagClassName
{
color: #D65FB8;
}
</style>
background-color css
<style>
a { background-color: #D65FB8; }
a { background-color: rgb(214,95,184); }
div.DivClassName
{
background-color: #D65FB8;
}
.BgClassName
{
background-color: #D65FB8;
}
</style>
border-color css
<style>
span { border-color: #D65FB8; }
span { border-color: rgb(214,95,184); }
td.TdClassName
{
border-color: #D65FB8;
}
.TagClassName
{
border-color: #D65FB8;
}
</style>