Shades of Fuchsia #D55DB8
Tints of Fuchsia #D55DB8
RGB
CMYK
RGB Variations
Color information
#D55DB8 (or 0xD55DB8) is known color: Fuchsia. HEX triplet: D5, 5D and B8. RGB value is (213,93,184). Sum of RGB (Red+Green+Blue) = 213+93+184=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB8 is #2AA247. Grayscale: #8B8B8B. Windows color (decimal): -2794056 or 12082645. OLE color: 12082645.
HSL color Cylindrical-coordinate representation of color #D55DB8: hue angle of 314.5º 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 #D55DB8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 184 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.16 |
| HSL | 314.5º | 0.59% | 0.6% | - |
| HSV(B) | 314.5º | 0.56% | 0.84% | - |
| XYZ | 40.01 | 25.44 | 48.15 | - |
| YUV | 139.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 184 | 0 | 0.56 | 0.14 | 0.16 | 314.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | B8 | 0 | 38 | E | 10 | 13A | 3B | 3C |
| Octal | 325 | 135 | 270 | 0 | 70 | 16 | 20 | 472 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10111000 | 0 | 111000 | 1110 | 10000 | 100111010 | 111011 | 111100 |
Color Harmonies of #D55DB8
Complementary color
Monochromatic Colors of #D55DB8
Black with #D55DB8
Text Example
Text Example
White with #D55DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DB8; }
p { color: rgb(213,93,184); }
H1.HeaderClassName
{
color: #D55DB8;
}
.AnyTagClassName
{
color: #D55DB8;
}
</style>
background-color css
<style>
a { background-color: #D55DB8; }
a { background-color: rgb(213,93,184); }
div.DivClassName
{
background-color: #D55DB8;
}
.BgClassName
{
background-color: #D55DB8;
}
</style>
border-color css
<style>
span { border-color: #D55DB8; }
span { border-color: rgb(213,93,184); }
td.TdClassName
{
border-color: #D55DB8;
}
.TagClassName
{
border-color: #D55DB8;
}
</style>