Shades of Fuchsia #D83DC2
Tints of Fuchsia #D83DC2
RGB
CMYK
RGB Variations
Color information
#D83DC2 (or 0xD83DC2) is known color: Fuchsia. HEX triplet: D8, 3D and C2. RGB value is (216,61,194). Sum of RGB (Red+Green+Blue) = 216+61+194=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC2 is #27C23D. Grayscale: #7A7A7A. Windows color (decimal): -2605630 or 12729816. OLE color: 12729816.
HSL color Cylindrical-coordinate representation of color #D83DC2: hue angle of 308.52º 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 #D83DC2 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 194 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.15 |
| HSL | 308.52º | 0.67% | 0.54% | - |
| HSV(B) | 308.52º | 0.72% | 0.85% | - |
| XYZ | 39.73 | 21.83 | 53.16 | - |
| YUV | 122.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 194 | 0 | 0.72 | 0.10 | 0.15 | 308.52 | 0.67 | 0.54 |
| Hex | D8 | 3D | C2 | 0 | 48 | A | F | 135 | 43 | 36 |
| Octal | 330 | 75 | 302 | 0 | 110 | 12 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111101 | 11000010 | 0 | 1001000 | 1010 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D83DC2
Complementary color
Monochromatic Colors of #D83DC2
Black with #D83DC2
Text Example
Text Example
White with #D83DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DC2; }
p { color: rgb(216,61,194); }
H1.HeaderClassName
{
color: #D83DC2;
}
.AnyTagClassName
{
color: #D83DC2;
}
</style>
background-color css
<style>
a { background-color: #D83DC2; }
a { background-color: rgb(216,61,194); }
div.DivClassName
{
background-color: #D83DC2;
}
.BgClassName
{
background-color: #D83DC2;
}
</style>
border-color css
<style>
span { border-color: #D83DC2; }
span { border-color: rgb(216,61,194); }
td.TdClassName
{
border-color: #D83DC2;
}
.TagClassName
{
border-color: #D83DC2;
}
</style>