Shades of Fuchsia #D55CBC
Tints of Fuchsia #D55CBC
RGB
CMYK
RGB Variations
Color information
#D55CBC (or 0xD55CBC) is known color: Fuchsia. HEX triplet: D5, 5C and BC. RGB value is (213,92,188). Sum of RGB (Red+Green+Blue) = 213+92+188=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CBC is #2AA343. Grayscale: #8A8A8A. Windows color (decimal): -2794308 or 12344533. OLE color: 12344533.
HSL color Cylindrical-coordinate representation of color #D55CBC: hue angle of 312.4º 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 #D55CBC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 188 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.16 |
| HSL | 312.4º | 0.59% | 0.6% | - |
| HSV(B) | 312.4º | 0.57% | 0.84% | - |
| XYZ | 40.34 | 25.43 | 50.36 | - |
| YUV | 139.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 188 | 0 | 0.57 | 0.12 | 0.16 | 312.4 | 0.59 | 0.6 |
| Hex | D5 | 5C | BC | 0 | 39 | C | 10 | 138 | 3B | 3C |
| Octal | 325 | 134 | 274 | 0 | 71 | 14 | 20 | 470 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10111100 | 0 | 111001 | 1100 | 10000 | 100111000 | 111011 | 111100 |
Color Harmonies of #D55CBC
Complementary color
Monochromatic Colors of #D55CBC
Black with #D55CBC
Text Example
Text Example
White with #D55CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CBC; }
p { color: rgb(213,92,188); }
H1.HeaderClassName
{
color: #D55CBC;
}
.AnyTagClassName
{
color: #D55CBC;
}
</style>
background-color css
<style>
a { background-color: #D55CBC; }
a { background-color: rgb(213,92,188); }
div.DivClassName
{
background-color: #D55CBC;
}
.BgClassName
{
background-color: #D55CBC;
}
</style>
border-color css
<style>
span { border-color: #D55CBC; }
span { border-color: rgb(213,92,188); }
td.TdClassName
{
border-color: #D55CBC;
}
.TagClassName
{
border-color: #D55CBC;
}
</style>