Shades of Fuchsia #D65DB8
Tints of Fuchsia #D65DB8
RGB
CMYK
RGB Variations
Color information
#D65DB8 (or 0xD65DB8) is known color: Fuchsia. HEX triplet: D6, 5D and B8. RGB value is (214,93,184). Sum of RGB (Red+Green+Blue) = 214+93+184=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DB8 is #29A247. Grayscale: #8B8B8B. Windows color (decimal): -2728520 or 12082646. OLE color: 12082646.
HSL color Cylindrical-coordinate representation of color #D65DB8: hue angle of 314.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DB8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 184 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.16 |
| HSL | 314.88º | 0.6% | 0.6% | - |
| HSV(B) | 314.88º | 0.57% | 0.84% | - |
| XYZ | 40.3 | 25.59 | 48.16 | - |
| YUV | 139.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 184 | 0 | 0.57 | 0.14 | 0.16 | 314.88 | 0.6 | 0.6 |
| Hex | D6 | 5D | B8 | 0 | 39 | E | 10 | 13B | 3C | 3C |
| Octal | 326 | 135 | 270 | 0 | 71 | 16 | 20 | 473 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10111000 | 0 | 111001 | 1110 | 10000 | 100111011 | 111100 | 111100 |
Color Harmonies of #D65DB8
Complementary color
Monochromatic Colors of #D65DB8
Black with #D65DB8
Text Example
Text Example
White with #D65DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DB8; }
p { color: rgb(214,93,184); }
H1.HeaderClassName
{
color: #D65DB8;
}
.AnyTagClassName
{
color: #D65DB8;
}
</style>
background-color css
<style>
a { background-color: #D65DB8; }
a { background-color: rgb(214,93,184); }
div.DivClassName
{
background-color: #D65DB8;
}
.BgClassName
{
background-color: #D65DB8;
}
</style>
border-color css
<style>
span { border-color: #D65DB8; }
span { border-color: rgb(214,93,184); }
td.TdClassName
{
border-color: #D65DB8;
}
.TagClassName
{
border-color: #D65DB8;
}
</style>