Shades of Fuchsia #D83DC1
Tints of Fuchsia #D83DC1
RGB
CMYK
RGB Variations
Color information
#D83DC1 (or 0xD83DC1) is known color: Fuchsia. HEX triplet: D8, 3D and C1. RGB value is (216,61,193). Sum of RGB (Red+Green+Blue) = 216+61+193=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC1 is #27C23E. Grayscale: #7A7A7A. Windows color (decimal): -2605631 or 12664280. OLE color: 12664280.
HSL color Cylindrical-coordinate representation of color #D83DC1: hue angle of 308.9º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DC1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 193 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 308.9º | 0.67% | 0.54% | - |
| HSV(B) | 308.9º | 0.72% | 0.85% | - |
| XYZ | 39.61 | 21.79 | 52.57 | - |
| YUV | 122.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 193 | 0 | 0.72 | 0.11 | 0.15 | 308.9 | 0.67 | 0.54 |
| Hex | D8 | 3D | C1 | 0 | 48 | B | F | 135 | 43 | 36 |
| Octal | 330 | 75 | 301 | 0 | 110 | 13 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111101 | 11000001 | 0 | 1001000 | 1011 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D83DC1
Complementary color
Monochromatic Colors of #D83DC1
Black with #D83DC1
Text Example
Text Example
White with #D83DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DC1; }
p { color: rgb(216,61,193); }
H1.HeaderClassName
{
color: #D83DC1;
}
.AnyTagClassName
{
color: #D83DC1;
}
</style>
background-color css
<style>
a { background-color: #D83DC1; }
a { background-color: rgb(216,61,193); }
div.DivClassName
{
background-color: #D83DC1;
}
.BgClassName
{
background-color: #D83DC1;
}
</style>
border-color css
<style>
span { border-color: #D83DC1; }
span { border-color: rgb(216,61,193); }
td.TdClassName
{
border-color: #D83DC1;
}
.TagClassName
{
border-color: #D83DC1;
}
</style>