Shades of Fuchsia #D55DBC
Tints of Fuchsia #D55DBC
RGB
CMYK
RGB Variations
Color information
#D55DBC (or 0xD55DBC) is known color: Fuchsia. HEX triplet: D5, 5D and BC. RGB value is (213,93,188). Sum of RGB (Red+Green+Blue) = 213+93+188=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DBC is #2AA243. Grayscale: #8B8B8B. Windows color (decimal): -2794052 or 12344789. OLE color: 12344789.
HSL color Cylindrical-coordinate representation of color #D55DBC: hue angle of 312.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 #D55DBC is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 188 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.16 |
| HSL | 312.5º | 0.59% | 0.6% | - |
| HSV(B) | 312.5º | 0.56% | 0.84% | - |
| XYZ | 40.43 | 25.61 | 50.39 | - |
| YUV | 139.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 188 | 0 | 0.56 | 0.12 | 0.16 | 312.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | BC | 0 | 38 | C | 10 | 138 | 3B | 3C |
| Octal | 325 | 135 | 274 | 0 | 70 | 14 | 20 | 470 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10111100 | 0 | 111000 | 1100 | 10000 | 100111000 | 111011 | 111100 |
Color Harmonies of #D55DBC
Complementary color
Monochromatic Colors of #D55DBC
Black with #D55DBC
Text Example
Text Example
White with #D55DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DBC; }
p { color: rgb(213,93,188); }
H1.HeaderClassName
{
color: #D55DBC;
}
.AnyTagClassName
{
color: #D55DBC;
}
</style>
background-color css
<style>
a { background-color: #D55DBC; }
a { background-color: rgb(213,93,188); }
div.DivClassName
{
background-color: #D55DBC;
}
.BgClassName
{
background-color: #D55DBC;
}
</style>
border-color css
<style>
span { border-color: #D55DBC; }
span { border-color: rgb(213,93,188); }
td.TdClassName
{
border-color: #D55DBC;
}
.TagClassName
{
border-color: #D55DBC;
}
</style>