Shades of Fuchsia #D139C2
Tints of Fuchsia #D139C2
RGB
CMYK
RGB Variations
Color information
#D139C2 (or 0xD139C2) is known color: Fuchsia. HEX triplet: D1, 39 and C2. RGB value is (209,57,194). Sum of RGB (Red+Green+Blue) = 209+57+194=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D139C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139C2 is #2EC63D. Grayscale: #757575. Windows color (decimal): -3065406 or 12728785. OLE color: 12728785.
HSL color Cylindrical-coordinate representation of color #D139C2: hue angle of 305.92º 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 #D139C2 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 194 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.18 |
| HSL | 305.92º | 0.62% | 0.52% | - |
| HSV(B) | 305.92º | 0.73% | 0.82% | - |
| XYZ | 37.5 | 20.38 | 53 | - |
| YUV | 118.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 194 | 0 | 0.73 | 0.07 | 0.18 | 305.92 | 0.62 | 0.52 |
| Hex | D1 | 39 | C2 | 0 | 49 | 7 | 12 | 132 | 3E | 34 |
| Octal | 321 | 71 | 302 | 0 | 111 | 7 | 22 | 462 | 76 | 64 |
| Binary | 11010001 | 111001 | 11000010 | 0 | 1001001 | 111 | 10010 | 100110010 | 111110 | 110100 |
Color Harmonies of #D139C2
Complementary color
Monochromatic Colors of #D139C2
Black with #D139C2
Text Example
Text Example
White with #D139C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139C2; }
p { color: rgb(209,57,194); }
H1.HeaderClassName
{
color: #D139C2;
}
.AnyTagClassName
{
color: #D139C2;
}
</style>
background-color css
<style>
a { background-color: #D139C2; }
a { background-color: rgb(209,57,194); }
div.DivClassName
{
background-color: #D139C2;
}
.BgClassName
{
background-color: #D139C2;
}
</style>
border-color css
<style>
span { border-color: #D139C2; }
span { border-color: rgb(209,57,194); }
td.TdClassName
{
border-color: #D139C2;
}
.TagClassName
{
border-color: #D139C2;
}
</style>