Shades of Fuchsia #D939C7
Tints of Fuchsia #D939C7
RGB
CMYK
RGB Variations
Color information
#D939C7 (or 0xD939C7) is known color: Fuchsia. HEX triplet: D9, 39 and C7. RGB value is (217,57,199). Sum of RGB (Red+Green+Blue) = 217+57+199=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D939C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939C7 is #26C638. Grayscale: #787878. Windows color (decimal): -2541113 or 13056473. OLE color: 13056473.
HSL color Cylindrical-coordinate representation of color #D939C7: hue angle of 306.75º degrees, saturation: 0.68, 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 #D939C7 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 199 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.15 |
| HSL | 306.75º | 0.68% | 0.54% | - |
| HSV(B) | 306.75º | 0.74% | 0.85% | - |
| XYZ | 40.39 | 21.8 | 56.11 | - |
| YUV | 121.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 199 | 0 | 0.74 | 0.08 | 0.15 | 306.75 | 0.68 | 0.54 |
| Hex | D9 | 39 | C7 | 0 | 4A | 8 | F | 133 | 44 | 36 |
| Octal | 331 | 71 | 307 | 0 | 112 | 10 | 17 | 463 | 104 | 66 |
| Binary | 11011001 | 111001 | 11000111 | 0 | 1001010 | 1000 | 1111 | 100110011 | 1000100 | 110110 |
Color Harmonies of #D939C7
Complementary color
Monochromatic Colors of #D939C7
Black with #D939C7
Text Example
Text Example
White with #D939C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939C7; }
p { color: rgb(217,57,199); }
H1.HeaderClassName
{
color: #D939C7;
}
.AnyTagClassName
{
color: #D939C7;
}
</style>
background-color css
<style>
a { background-color: #D939C7; }
a { background-color: rgb(217,57,199); }
div.DivClassName
{
background-color: #D939C7;
}
.BgClassName
{
background-color: #D939C7;
}
</style>
border-color css
<style>
span { border-color: #D939C7; }
span { border-color: rgb(217,57,199); }
td.TdClassName
{
border-color: #D939C7;
}
.TagClassName
{
border-color: #D939C7;
}
</style>