Shades of Fuchsia #D55DB7
Tints of Fuchsia #D55DB7
RGB
CMYK
RGB Variations
Color information
#D55DB7 (or 0xD55DB7) is known color: Fuchsia. HEX triplet: D5, 5D and B7. RGB value is (213,93,183). Sum of RGB (Red+Green+Blue) = 213+93+183=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DB7 is #2AA248. Grayscale: #8A8A8A. Windows color (decimal): -2794057 or 12017109. OLE color: 12017109.
HSL color Cylindrical-coordinate representation of color #D55DB7: hue angle of 315º 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 #D55DB7 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 183 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.16 |
| HSL | 315º | 0.59% | 0.6% | - |
| HSV(B) | 315º | 0.56% | 0.84% | - |
| XYZ | 39.9 | 25.39 | 47.6 | - |
| YUV | 139.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 183 | 0 | 0.56 | 0.14 | 0.16 | 315 | 0.59 | 0.6 |
| Hex | D5 | 5D | B7 | 0 | 38 | E | 10 | 13B | 3B | 3C |
| Octal | 325 | 135 | 267 | 0 | 70 | 16 | 20 | 473 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10110111 | 0 | 111000 | 1110 | 10000 | 100111011 | 111011 | 111100 |
Color Harmonies of #D55DB7
Complementary color
Monochromatic Colors of #D55DB7
Black with #D55DB7
Text Example
Text Example
White with #D55DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DB7; }
p { color: rgb(213,93,183); }
H1.HeaderClassName
{
color: #D55DB7;
}
.AnyTagClassName
{
color: #D55DB7;
}
</style>
background-color css
<style>
a { background-color: #D55DB7; }
a { background-color: rgb(213,93,183); }
div.DivClassName
{
background-color: #D55DB7;
}
.BgClassName
{
background-color: #D55DB7;
}
</style>
border-color css
<style>
span { border-color: #D55DB7; }
span { border-color: rgb(213,93,183); }
td.TdClassName
{
border-color: #D55DB7;
}
.TagClassName
{
border-color: #D55DB7;
}
</style>