Shades of Fuchsia #D55DB1
Tints of Fuchsia #D55DB1
RGB
CMYK
RGB Variations
Color information
#D55DB1 (or 0xD55DB1) is known color: Fuchsia. HEX triplet: D5, 5D and B1. RGB value is (213,93,177). Sum of RGB (Red+Green+Blue) = 213+93+177=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DB1 is #2AA24E. Grayscale: #8A8A8A. Windows color (decimal): -2794063 or 11623893. OLE color: 11623893.
HSL color Cylindrical-coordinate representation of color #D55DB1: hue angle of 318º 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 #D55DB1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 177 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.16 |
| HSL | 318º | 0.59% | 0.6% | - |
| HSV(B) | 318º | 0.56% | 0.84% | - |
| XYZ | 39.29 | 25.15 | 44.38 | - |
| YUV | 138.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 177 | 0 | 0.56 | 0.17 | 0.16 | 318 | 0.59 | 0.6 |
| Hex | D5 | 5D | B1 | 0 | 38 | 11 | 10 | 13E | 3B | 3C |
| Octal | 325 | 135 | 261 | 0 | 70 | 21 | 20 | 476 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10110001 | 0 | 111000 | 10001 | 10000 | 100111110 | 111011 | 111100 |
Color Harmonies of #D55DB1
Complementary color
Monochromatic Colors of #D55DB1
Black with #D55DB1
Text Example
Text Example
White with #D55DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DB1; }
p { color: rgb(213,93,177); }
H1.HeaderClassName
{
color: #D55DB1;
}
.AnyTagClassName
{
color: #D55DB1;
}
</style>
background-color css
<style>
a { background-color: #D55DB1; }
a { background-color: rgb(213,93,177); }
div.DivClassName
{
background-color: #D55DB1;
}
.BgClassName
{
background-color: #D55DB1;
}
</style>
border-color css
<style>
span { border-color: #D55DB1; }
span { border-color: rgb(213,93,177); }
td.TdClassName
{
border-color: #D55DB1;
}
.TagClassName
{
border-color: #D55DB1;
}
</style>