Shades of Fuchsia #D85CBC
Tints of Fuchsia #D85CBC
RGB
CMYK
RGB Variations
Color information
#D85CBC (or 0xD85CBC) is known color: Fuchsia. HEX triplet: D8, 5C and BC. RGB value is (216,92,188). Sum of RGB (Red+Green+Blue) = 216+92+188=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CBC is #27A343. Grayscale: #8B8B8B. Windows color (decimal): -2597700 or 12344536. OLE color: 12344536.
HSL color Cylindrical-coordinate representation of color #D85CBC: hue angle of 313.55º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85CBC is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 188 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.15 |
| HSL | 313.55º | 0.61% | 0.6% | - |
| HSV(B) | 313.55º | 0.57% | 0.85% | - |
| XYZ | 41.22 | 25.88 | 50.4 | - |
| YUV | 140.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 188 | 0 | 0.57 | 0.13 | 0.15 | 313.55 | 0.61 | 0.6 |
| Hex | D8 | 5C | BC | 0 | 39 | D | F | 13A | 3D | 3C |
| Octal | 330 | 134 | 274 | 0 | 71 | 15 | 17 | 472 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10111100 | 0 | 111001 | 1101 | 1111 | 100111010 | 111101 | 111100 |
Color Harmonies of #D85CBC
Complementary color
Monochromatic Colors of #D85CBC
Black with #D85CBC
Text Example
Text Example
White with #D85CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CBC; }
p { color: rgb(216,92,188); }
H1.HeaderClassName
{
color: #D85CBC;
}
.AnyTagClassName
{
color: #D85CBC;
}
</style>
background-color css
<style>
a { background-color: #D85CBC; }
a { background-color: rgb(216,92,188); }
div.DivClassName
{
background-color: #D85CBC;
}
.BgClassName
{
background-color: #D85CBC;
}
</style>
border-color css
<style>
span { border-color: #D85CBC; }
span { border-color: rgb(216,92,188); }
td.TdClassName
{
border-color: #D85CBC;
}
.TagClassName
{
border-color: #D85CBC;
}
</style>