Shades of Fuchsia #D940BF
Tints of Fuchsia #D940BF
RGB
CMYK
RGB Variations
Color information
#D940BF (or 0xD940BF) is known color: Fuchsia. HEX triplet: D9, 40 and BF. RGB value is (217,64,191). Sum of RGB (Red+Green+Blue) = 217+64+191=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D940BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940BF is #26BF40. Grayscale: #7B7B7B. Windows color (decimal): -2539329 or 12533977. OLE color: 12533977.
HSL color Cylindrical-coordinate representation of color #D940BF: hue angle of 310.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940BF is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 191 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.15 |
| HSL | 310.2º | 0.67% | 0.55% | - |
| HSV(B) | 310.2º | 0.71% | 0.85% | - |
| XYZ | 39.85 | 22.18 | 51.47 | - |
| YUV | 124.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 191 | 0 | 0.71 | 0.12 | 0.15 | 310.2 | 0.67 | 0.55 |
| Hex | D9 | 40 | BF | 0 | 47 | C | F | 136 | 43 | 37 |
| Octal | 331 | 100 | 277 | 0 | 107 | 14 | 17 | 466 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10111111 | 0 | 1000111 | 1100 | 1111 | 100110110 | 1000011 | 110111 |
Color Harmonies of #D940BF
Complementary color
Monochromatic Colors of #D940BF
Black with #D940BF
Text Example
Text Example
White with #D940BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940BF; }
p { color: rgb(217,64,191); }
H1.HeaderClassName
{
color: #D940BF;
}
.AnyTagClassName
{
color: #D940BF;
}
</style>
background-color css
<style>
a { background-color: #D940BF; }
a { background-color: rgb(217,64,191); }
div.DivClassName
{
background-color: #D940BF;
}
.BgClassName
{
background-color: #D940BF;
}
</style>
border-color css
<style>
span { border-color: #D940BF; }
span { border-color: rgb(217,64,191); }
td.TdClassName
{
border-color: #D940BF;
}
.TagClassName
{
border-color: #D940BF;
}
</style>