Shades of Fuchsia #D853C1
Tints of Fuchsia #D853C1
RGB
CMYK
RGB Variations
Color information
#D853C1 (or 0xD853C1) is known color: Fuchsia. HEX triplet: D8, 53 and C1. RGB value is (216,83,193). Sum of RGB (Red+Green+Blue) = 216+83+193=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C1 is #27AC3E. Grayscale: #878787. Windows color (decimal): -2599999 or 12669912. OLE color: 12669912.
HSL color Cylindrical-coordinate representation of color #D853C1: hue angle of 310.38º 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 #D853C1 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 193 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.15 |
| HSL | 310.38º | 0.63% | 0.59% | - |
| HSV(B) | 310.38º | 0.62% | 0.85% | - |
| XYZ | 41.04 | 24.64 | 53.04 | - |
| YUV | 135.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 193 | 0 | 0.62 | 0.11 | 0.15 | 310.38 | 0.63 | 0.59 |
| Hex | D8 | 53 | C1 | 0 | 3E | B | F | 136 | 3F | 3B |
| Octal | 330 | 123 | 301 | 0 | 76 | 13 | 17 | 466 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11000001 | 0 | 111110 | 1011 | 1111 | 100110110 | 111111 | 111011 |
Color Harmonies of #D853C1
Complementary color
Monochromatic Colors of #D853C1
Black with #D853C1
Text Example
Text Example
White with #D853C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853C1; }
p { color: rgb(216,83,193); }
H1.HeaderClassName
{
color: #D853C1;
}
.AnyTagClassName
{
color: #D853C1;
}
</style>
background-color css
<style>
a { background-color: #D853C1; }
a { background-color: rgb(216,83,193); }
div.DivClassName
{
background-color: #D853C1;
}
.BgClassName
{
background-color: #D853C1;
}
</style>
border-color css
<style>
span { border-color: #D853C1; }
span { border-color: rgb(216,83,193); }
td.TdClassName
{
border-color: #D853C1;
}
.TagClassName
{
border-color: #D853C1;
}
</style>