Shades of Fuchsia #D839C1
Tints of Fuchsia #D839C1
RGB
CMYK
RGB Variations
Color information
#D839C1 (or 0xD839C1) is known color: Fuchsia. HEX triplet: D8, 39 and C1. RGB value is (216,57,193). Sum of RGB (Red+Green+Blue) = 216+57+193=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D839C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D839C1 is #27C63E. Grayscale: #777777. Windows color (decimal): -2606655 or 12663256. OLE color: 12663256.
HSL color Cylindrical-coordinate representation of color #D839C1: hue angle of 308.68º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D839C1 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 193 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.15 |
| HSL | 308.68º | 0.67% | 0.54% | - |
| HSV(B) | 308.68º | 0.74% | 0.85% | - |
| XYZ | 39.41 | 21.38 | 52.5 | - |
| YUV | 120.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 193 | 0 | 0.74 | 0.11 | 0.15 | 308.68 | 0.67 | 0.54 |
| Hex | D8 | 39 | C1 | 0 | 4A | B | F | 135 | 43 | 36 |
| Octal | 330 | 71 | 301 | 0 | 112 | 13 | 17 | 465 | 103 | 66 |
| Binary | 11011000 | 111001 | 11000001 | 0 | 1001010 | 1011 | 1111 | 100110101 | 1000011 | 110110 |
Color Harmonies of #D839C1
Complementary color
Monochromatic Colors of #D839C1
Black with #D839C1
Text Example
Text Example
White with #D839C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D839C1; }
p { color: rgb(216,57,193); }
H1.HeaderClassName
{
color: #D839C1;
}
.AnyTagClassName
{
color: #D839C1;
}
</style>
background-color css
<style>
a { background-color: #D839C1; }
a { background-color: rgb(216,57,193); }
div.DivClassName
{
background-color: #D839C1;
}
.BgClassName
{
background-color: #D839C1;
}
</style>
border-color css
<style>
span { border-color: #D839C1; }
span { border-color: rgb(216,57,193); }
td.TdClassName
{
border-color: #D839C1;
}
.TagClassName
{
border-color: #D839C1;
}
</style>