Shades of Fuchsia #D139CD
Tints of Fuchsia #D139CD
RGB
CMYK
RGB Variations
Color information
#D139CD (or 0xD139CD) is known color: Fuchsia. HEX triplet: D1, 39 and CD. RGB value is (209,57,205). Sum of RGB (Red+Green+Blue) = 209+57+205=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D139CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139CD is #2EC632. Grayscale: #767676. Windows color (decimal): -3065395 or 13449681. OLE color: 13449681.
HSL color Cylindrical-coordinate representation of color #D139CD: hue angle of 301.58º 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 #D139CD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 205 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.18 |
| HSL | 301.58º | 0.62% | 0.52% | - |
| HSV(B) | 301.58º | 0.73% | 0.82% | - |
| XYZ | 38.78 | 20.89 | 59.75 | - |
| YUV | 119.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 205 | 0 | 0.73 | 0.02 | 0.18 | 301.58 | 0.62 | 0.52 |
| Hex | D1 | 39 | CD | 0 | 49 | 2 | 12 | 12E | 3E | 34 |
| Octal | 321 | 71 | 315 | 0 | 111 | 2 | 22 | 456 | 76 | 64 |
| Binary | 11010001 | 111001 | 11001101 | 0 | 1001001 | 10 | 10010 | 100101110 | 111110 | 110100 |
Color Harmonies of #D139CD
Complementary color
Monochromatic Colors of #D139CD
Black with #D139CD
Text Example
Text Example
White with #D139CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139CD; }
p { color: rgb(209,57,205); }
H1.HeaderClassName
{
color: #D139CD;
}
.AnyTagClassName
{
color: #D139CD;
}
</style>
background-color css
<style>
a { background-color: #D139CD; }
a { background-color: rgb(209,57,205); }
div.DivClassName
{
background-color: #D139CD;
}
.BgClassName
{
background-color: #D139CD;
}
</style>
border-color css
<style>
span { border-color: #D139CD; }
span { border-color: rgb(209,57,205); }
td.TdClassName
{
border-color: #D139CD;
}
.TagClassName
{
border-color: #D139CD;
}
</style>