Shades of Fuchsia #D853B1
Tints of Fuchsia #D853B1
RGB
CMYK
RGB Variations
Color information
#D853B1 (or 0xD853B1) is known color: Fuchsia. HEX triplet: D8, 53 and B1. RGB value is (216,83,177). Sum of RGB (Red+Green+Blue) = 216+83+177=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D853B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D853B1 is #27AC4E. Grayscale: #858585. Windows color (decimal): -2600015 or 11621336. OLE color: 11621336.
HSL color Cylindrical-coordinate representation of color #D853B1: hue angle of 317.59º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853B1 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 177 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.15 |
| HSL | 317.59º | 0.63% | 0.59% | - |
| HSV(B) | 317.59º | 0.62% | 0.85% | - |
| XYZ | 39.35 | 23.96 | 44.15 | - |
| YUV | 133.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 177 | 0 | 0.62 | 0.18 | 0.15 | 317.59 | 0.63 | 0.59 |
| Hex | D8 | 53 | B1 | 0 | 3E | 12 | F | 13E | 3F | 3B |
| Octal | 330 | 123 | 261 | 0 | 76 | 22 | 17 | 476 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10110001 | 0 | 111110 | 10010 | 1111 | 100111110 | 111111 | 111011 |
Color Harmonies of #D853B1
Complementary color
Monochromatic Colors of #D853B1
Black with #D853B1
Text Example
Text Example
White with #D853B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853B1; }
p { color: rgb(216,83,177); }
H1.HeaderClassName
{
color: #D853B1;
}
.AnyTagClassName
{
color: #D853B1;
}
</style>
background-color css
<style>
a { background-color: #D853B1; }
a { background-color: rgb(216,83,177); }
div.DivClassName
{
background-color: #D853B1;
}
.BgClassName
{
background-color: #D853B1;
}
</style>
border-color css
<style>
span { border-color: #D853B1; }
span { border-color: rgb(216,83,177); }
td.TdClassName
{
border-color: #D853B1;
}
.TagClassName
{
border-color: #D853B1;
}
</style>