Shades of Fuchsia #D940B5
Tints of Fuchsia #D940B5
RGB
CMYK
RGB Variations
Color information
#D940B5 (or 0xD940B5) is known color: Fuchsia. HEX triplet: D9, 40 and B5. RGB value is (217,64,181). Sum of RGB (Red+Green+Blue) = 217+64+181=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D940B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940B5 is #26BF4A. Grayscale: #7A7A7A. Windows color (decimal): -2539339 or 11878617. OLE color: 11878617.
HSL color Cylindrical-coordinate representation of color #D940B5: hue angle of 314.12º 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 #D940B5 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 181 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.15 |
| HSL | 314.12º | 0.67% | 0.55% | - |
| HSV(B) | 314.12º | 0.71% | 0.85% | - |
| XYZ | 38.79 | 21.75 | 45.87 | - |
| YUV | 123.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 181 | 0 | 0.71 | 0.17 | 0.15 | 314.12 | 0.67 | 0.55 |
| Hex | D9 | 40 | B5 | 0 | 47 | 11 | F | 13A | 43 | 37 |
| Octal | 331 | 100 | 265 | 0 | 107 | 21 | 17 | 472 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10110101 | 0 | 1000111 | 10001 | 1111 | 100111010 | 1000011 | 110111 |
Color Harmonies of #D940B5
Complementary color
Monochromatic Colors of #D940B5
Black with #D940B5
Text Example
Text Example
White with #D940B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940B5; }
p { color: rgb(217,64,181); }
H1.HeaderClassName
{
color: #D940B5;
}
.AnyTagClassName
{
color: #D940B5;
}
</style>
background-color css
<style>
a { background-color: #D940B5; }
a { background-color: rgb(217,64,181); }
div.DivClassName
{
background-color: #D940B5;
}
.BgClassName
{
background-color: #D940B5;
}
</style>
border-color css
<style>
span { border-color: #D940B5; }
span { border-color: rgb(217,64,181); }
td.TdClassName
{
border-color: #D940B5;
}
.TagClassName
{
border-color: #D940B5;
}
</style>