Shades of Fuchsia #D55DB5
Tints of Fuchsia #D55DB5
RGB
CMYK
RGB Variations
Color information
#D55DB5 (or 0xD55DB5) is known color: Fuchsia. HEX triplet: D5, 5D and B5. RGB value is (213,93,181). Sum of RGB (Red+Green+Blue) = 213+93+181=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB5 is #2AA24A. Grayscale: #8A8A8A. Windows color (decimal): -2794059 or 11886037. OLE color: 11886037.
HSL color Cylindrical-coordinate representation of color #D55DB5: hue angle of 316º 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 #D55DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 181 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.16 |
| HSL | 316º | 0.59% | 0.6% | - |
| HSV(B) | 316º | 0.56% | 0.84% | - |
| XYZ | 39.7 | 25.31 | 46.51 | - |
| YUV | 138.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 181 | 0 | 0.56 | 0.15 | 0.16 | 316 | 0.59 | 0.6 |
| Hex | D5 | 5D | B5 | 0 | 38 | F | 10 | 13C | 3B | 3C |
| Octal | 325 | 135 | 265 | 0 | 70 | 17 | 20 | 474 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10110101 | 0 | 111000 | 1111 | 10000 | 100111100 | 111011 | 111100 |
Color Harmonies of #D55DB5
Complementary color
Monochromatic Colors of #D55DB5
Black with #D55DB5
Text Example
Text Example
White with #D55DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DB5; }
p { color: rgb(213,93,181); }
H1.HeaderClassName
{
color: #D55DB5;
}
.AnyTagClassName
{
color: #D55DB5;
}
</style>
background-color css
<style>
a { background-color: #D55DB5; }
a { background-color: rgb(213,93,181); }
div.DivClassName
{
background-color: #D55DB5;
}
.BgClassName
{
background-color: #D55DB5;
}
</style>
border-color css
<style>
span { border-color: #D55DB5; }
span { border-color: rgb(213,93,181); }
td.TdClassName
{
border-color: #D55DB5;
}
.TagClassName
{
border-color: #D55DB5;
}
</style>