Shades of Fuchsia #D857BE
Tints of Fuchsia #D857BE
RGB
CMYK
RGB Variations
Color information
#D857BE (or 0xD857BE) is known color: Fuchsia. HEX triplet: D8, 57 and BE. RGB value is (216,87,190). Sum of RGB (Red+Green+Blue) = 216+87+190=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D857BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857BE is #27A841. Grayscale: #898989. Windows color (decimal): -2598978 or 12474328. OLE color: 12474328.
HSL color Cylindrical-coordinate representation of color #D857BE: hue angle of 312.09º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D857BE is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 190 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.15 |
| HSL | 312.09º | 0.62% | 0.59% | - |
| HSV(B) | 312.09º | 0.6% | 0.85% | - |
| XYZ | 41.02 | 25.13 | 51.4 | - |
| YUV | 137.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 190 | 0 | 0.60 | 0.12 | 0.15 | 312.09 | 0.62 | 0.59 |
| Hex | D8 | 57 | BE | 0 | 3C | C | F | 138 | 3E | 3B |
| Octal | 330 | 127 | 276 | 0 | 74 | 14 | 17 | 470 | 76 | 73 |
| Binary | 11011000 | 1010111 | 10111110 | 0 | 111100 | 1100 | 1111 | 100111000 | 111110 | 111011 |
Color Harmonies of #D857BE
Complementary color
Monochromatic Colors of #D857BE
Black with #D857BE
Text Example
Text Example
White with #D857BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D857BE; }
p { color: rgb(216,87,190); }
H1.HeaderClassName
{
color: #D857BE;
}
.AnyTagClassName
{
color: #D857BE;
}
</style>
background-color css
<style>
a { background-color: #D857BE; }
a { background-color: rgb(216,87,190); }
div.DivClassName
{
background-color: #D857BE;
}
.BgClassName
{
background-color: #D857BE;
}
</style>
border-color css
<style>
span { border-color: #D857BE; }
span { border-color: rgb(216,87,190); }
td.TdClassName
{
border-color: #D857BE;
}
.TagClassName
{
border-color: #D857BE;
}
</style>