Shades of Fuchsia #D855B4
Tints of Fuchsia #D855B4
RGB
CMYK
RGB Variations
Color information
#D855B4 (or 0xD855B4) is known color: Fuchsia. HEX triplet: D8, 55 and B4. RGB value is (216,85,180). Sum of RGB (Red+Green+Blue) = 216+85+180=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855B4 is #27AA4B. Grayscale: #868686. Windows color (decimal): -2599500 or 11818456. OLE color: 11818456.
HSL color Cylindrical-coordinate representation of color #D855B4: hue angle of 316.49º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855B4 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 180 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.15 |
| HSL | 316.49º | 0.63% | 0.59% | - |
| HSV(B) | 316.49º | 0.61% | 0.85% | - |
| XYZ | 39.81 | 24.39 | 45.79 | - |
| YUV | 135 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 180 | 0 | 0.61 | 0.17 | 0.15 | 316.49 | 0.63 | 0.59 |
| Hex | D8 | 55 | B4 | 0 | 3D | 11 | F | 13C | 3F | 3B |
| Octal | 330 | 125 | 264 | 0 | 75 | 21 | 17 | 474 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10110100 | 0 | 111101 | 10001 | 1111 | 100111100 | 111111 | 111011 |
Color Harmonies of #D855B4
Complementary color
Monochromatic Colors of #D855B4
Black with #D855B4
Text Example
Text Example
White with #D855B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855B4; }
p { color: rgb(216,85,180); }
H1.HeaderClassName
{
color: #D855B4;
}
.AnyTagClassName
{
color: #D855B4;
}
</style>
background-color css
<style>
a { background-color: #D855B4; }
a { background-color: rgb(216,85,180); }
div.DivClassName
{
background-color: #D855B4;
}
.BgClassName
{
background-color: #D855B4;
}
</style>
border-color css
<style>
span { border-color: #D855B4; }
span { border-color: rgb(216,85,180); }
td.TdClassName
{
border-color: #D855B4;
}
.TagClassName
{
border-color: #D855B4;
}
</style>