Shades of Fuchsia #D139C5
Tints of Fuchsia #D139C5
RGB
CMYK
RGB Variations
Color information
#D139C5 (or 0xD139C5) is known color: Fuchsia. HEX triplet: D1, 39 and C5. RGB value is (209,57,197). Sum of RGB (Red+Green+Blue) = 209+57+197=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D139C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139C5 is #2EC63A. Grayscale: #757575. Windows color (decimal): -3065403 or 12925393. OLE color: 12925393.
HSL color Cylindrical-coordinate representation of color #D139C5: hue angle of 304.74º 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 #D139C5 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 197 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.18 |
| HSL | 304.74º | 0.62% | 0.52% | - |
| HSV(B) | 304.74º | 0.73% | 0.82% | - |
| XYZ | 37.84 | 20.51 | 54.79 | - |
| YUV | 118.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 197 | 0 | 0.73 | 0.06 | 0.18 | 304.74 | 0.62 | 0.52 |
| Hex | D1 | 39 | C5 | 0 | 49 | 6 | 12 | 131 | 3E | 34 |
| Octal | 321 | 71 | 305 | 0 | 111 | 6 | 22 | 461 | 76 | 64 |
| Binary | 11010001 | 111001 | 11000101 | 0 | 1001001 | 110 | 10010 | 100110001 | 111110 | 110100 |
Color Harmonies of #D139C5
Complementary color
Monochromatic Colors of #D139C5
Black with #D139C5
Text Example
Text Example
White with #D139C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139C5; }
p { color: rgb(209,57,197); }
H1.HeaderClassName
{
color: #D139C5;
}
.AnyTagClassName
{
color: #D139C5;
}
</style>
background-color css
<style>
a { background-color: #D139C5; }
a { background-color: rgb(209,57,197); }
div.DivClassName
{
background-color: #D139C5;
}
.BgClassName
{
background-color: #D139C5;
}
</style>
border-color css
<style>
span { border-color: #D139C5; }
span { border-color: rgb(209,57,197); }
td.TdClassName
{
border-color: #D139C5;
}
.TagClassName
{
border-color: #D139C5;
}
</style>