Shades of Fuchsia #D65EB8
Tints of Fuchsia #D65EB8
RGB
CMYK
RGB Variations
Color information
#D65EB8 (or 0xD65EB8) is known color: Fuchsia. HEX triplet: D6, 5E and B8. RGB value is (214,94,184). Sum of RGB (Red+Green+Blue) = 214+94+184=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EB8 is #29A147. Grayscale: #8B8B8B. Windows color (decimal): -2728264 or 12082902. OLE color: 12082902.
HSL color Cylindrical-coordinate representation of color #D65EB8: hue angle of 315º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EB8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 184 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.16 |
| HSL | 315º | 0.59% | 0.6% | - |
| HSV(B) | 315º | 0.56% | 0.84% | - |
| XYZ | 40.39 | 25.76 | 48.19 | - |
| YUV | 140.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 184 | 0 | 0.56 | 0.14 | 0.16 | 315 | 0.59 | 0.6 |
| Hex | D6 | 5E | B8 | 0 | 38 | E | 10 | 13B | 3B | 3C |
| Octal | 326 | 136 | 270 | 0 | 70 | 16 | 20 | 473 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10111000 | 0 | 111000 | 1110 | 10000 | 100111011 | 111011 | 111100 |
Color Harmonies of #D65EB8
Complementary color
Monochromatic Colors of #D65EB8
Black with #D65EB8
Text Example
Text Example
White with #D65EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EB8; }
p { color: rgb(214,94,184); }
H1.HeaderClassName
{
color: #D65EB8;
}
.AnyTagClassName
{
color: #D65EB8;
}
</style>
background-color css
<style>
a { background-color: #D65EB8; }
a { background-color: rgb(214,94,184); }
div.DivClassName
{
background-color: #D65EB8;
}
.BgClassName
{
background-color: #D65EB8;
}
</style>
border-color css
<style>
span { border-color: #D65EB8; }
span { border-color: rgb(214,94,184); }
td.TdClassName
{
border-color: #D65EB8;
}
.TagClassName
{
border-color: #D65EB8;
}
</style>