Shades of Fuchsia #D55DBF
Tints of Fuchsia #D55DBF
RGB
CMYK
RGB Variations
Color information
#D55DBF (or 0xD55DBF) is known color: Fuchsia. HEX triplet: D5, 5D and BF. RGB value is (213,93,191). Sum of RGB (Red+Green+Blue) = 213+93+191=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DBF is #2AA240. Grayscale: #8B8B8B. Windows color (decimal): -2794049 or 12541397. OLE color: 12541397.
HSL color Cylindrical-coordinate representation of color #D55DBF: hue angle of 311º 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 #D55DBF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 191 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.16 |
| HSL | 311º | 0.59% | 0.6% | - |
| HSV(B) | 311º | 0.56% | 0.84% | - |
| XYZ | 40.76 | 25.74 | 52.11 | - |
| YUV | 140.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 191 | 0 | 0.56 | 0.10 | 0.16 | 311 | 0.59 | 0.6 |
| Hex | D5 | 5D | BF | 0 | 38 | A | 10 | 137 | 3B | 3C |
| Octal | 325 | 135 | 277 | 0 | 70 | 12 | 20 | 467 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10111111 | 0 | 111000 | 1010 | 10000 | 100110111 | 111011 | 111100 |
Color Harmonies of #D55DBF
Complementary color
Monochromatic Colors of #D55DBF
Black with #D55DBF
Text Example
Text Example
White with #D55DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DBF; }
p { color: rgb(213,93,191); }
H1.HeaderClassName
{
color: #D55DBF;
}
.AnyTagClassName
{
color: #D55DBF;
}
</style>
background-color css
<style>
a { background-color: #D55DBF; }
a { background-color: rgb(213,93,191); }
div.DivClassName
{
background-color: #D55DBF;
}
.BgClassName
{
background-color: #D55DBF;
}
</style>
border-color css
<style>
span { border-color: #D55DBF; }
span { border-color: rgb(213,93,191); }
td.TdClassName
{
border-color: #D55DBF;
}
.TagClassName
{
border-color: #D55DBF;
}
</style>