Shades of Fuchsia #D55CBF
Tints of Fuchsia #D55CBF
RGB
CMYK
RGB Variations
Color information
#D55CBF (or 0xD55CBF) is known color: Fuchsia. HEX triplet: D5, 5C and BF. RGB value is (213,92,191). Sum of RGB (Red+Green+Blue) = 213+92+191=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CBF is #2AA340. Grayscale: #8B8B8B. Windows color (decimal): -2794305 or 12541141. OLE color: 12541141.
HSL color Cylindrical-coordinate representation of color #D55CBF: hue angle of 310.91º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CBF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 191 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.16 |
| HSL | 310.91º | 0.59% | 0.6% | - |
| HSV(B) | 310.91º | 0.57% | 0.84% | - |
| XYZ | 40.67 | 25.56 | 52.08 | - |
| YUV | 139.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 191 | 0 | 0.57 | 0.10 | 0.16 | 310.91 | 0.59 | 0.6 |
| Hex | D5 | 5C | BF | 0 | 39 | A | 10 | 137 | 3B | 3C |
| Octal | 325 | 134 | 277 | 0 | 71 | 12 | 20 | 467 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10111111 | 0 | 111001 | 1010 | 10000 | 100110111 | 111011 | 111100 |
Color Harmonies of #D55CBF
Complementary color
Monochromatic Colors of #D55CBF
Black with #D55CBF
Text Example
Text Example
White with #D55CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CBF; }
p { color: rgb(213,92,191); }
H1.HeaderClassName
{
color: #D55CBF;
}
.AnyTagClassName
{
color: #D55CBF;
}
</style>
background-color css
<style>
a { background-color: #D55CBF; }
a { background-color: rgb(213,92,191); }
div.DivClassName
{
background-color: #D55CBF;
}
.BgClassName
{
background-color: #D55CBF;
}
</style>
border-color css
<style>
span { border-color: #D55CBF; }
span { border-color: rgb(213,92,191); }
td.TdClassName
{
border-color: #D55CBF;
}
.TagClassName
{
border-color: #D55CBF;
}
</style>