Shades of Fuchsia #D139CF
Tints of Fuchsia #D139CF
RGB
CMYK
RGB Variations
Color information
#D139CF (or 0xD139CF) is known color: Fuchsia. HEX triplet: D1, 39 and CF. RGB value is (209,57,207). Sum of RGB (Red+Green+Blue) = 209+57+207=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D139CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139CF is #2EC630. Grayscale: #777777. Windows color (decimal): -3065393 or 13580753. OLE color: 13580753.
HSL color Cylindrical-coordinate representation of color #D139CF: hue angle of 300.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D139CF is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 207 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.18 |
| HSL | 300.79º | 0.62% | 0.52% | - |
| HSV(B) | 300.79º | 0.73% | 0.82% | - |
| XYZ | 39.02 | 20.99 | 61.03 | - |
| YUV | 119.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 207 | 0 | 0.73 | 0.01 | 0.18 | 300.79 | 0.62 | 0.52 |
| Hex | D1 | 39 | CF | 0 | 49 | 1 | 12 | 12D | 3E | 34 |
| Octal | 321 | 71 | 317 | 0 | 111 | 1 | 22 | 455 | 76 | 64 |
| Binary | 11010001 | 111001 | 11001111 | 0 | 1001001 | 1 | 10010 | 100101101 | 111110 | 110100 |
Color Harmonies of #D139CF
Complementary color
Monochromatic Colors of #D139CF
Black with #D139CF
Text Example
Text Example
White with #D139CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139CF; }
p { color: rgb(209,57,207); }
H1.HeaderClassName
{
color: #D139CF;
}
.AnyTagClassName
{
color: #D139CF;
}
</style>
background-color css
<style>
a { background-color: #D139CF; }
a { background-color: rgb(209,57,207); }
div.DivClassName
{
background-color: #D139CF;
}
.BgClassName
{
background-color: #D139CF;
}
</style>
border-color css
<style>
span { border-color: #D139CF; }
span { border-color: rgb(209,57,207); }
td.TdClassName
{
border-color: #D139CF;
}
.TagClassName
{
border-color: #D139CF;
}
</style>