Shades of Fuchsia #D940C1
Tints of Fuchsia #D940C1
RGB
CMYK
RGB Variations
Color information
#D940C1 (or 0xD940C1) is known color: Fuchsia. HEX triplet: D9, 40 and C1. RGB value is (217,64,193). Sum of RGB (Red+Green+Blue) = 217+64+193=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D940C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940C1 is #26BF3E. Grayscale: #7C7C7C. Windows color (decimal): -2539327 or 12665049. OLE color: 12665049.
HSL color Cylindrical-coordinate representation of color #D940C1: hue angle of 309.41º 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 #D940C1 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 193 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.15 |
| HSL | 309.41º | 0.67% | 0.55% | - |
| HSV(B) | 309.41º | 0.71% | 0.85% | - |
| XYZ | 40.07 | 22.27 | 52.64 | - |
| YUV | 124.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 193 | 0 | 0.71 | 0.11 | 0.15 | 309.41 | 0.67 | 0.55 |
| Hex | D9 | 40 | C1 | 0 | 47 | B | F | 135 | 43 | 37 |
| Octal | 331 | 100 | 301 | 0 | 107 | 13 | 17 | 465 | 103 | 67 |
| Binary | 11011001 | 1000000 | 11000001 | 0 | 1000111 | 1011 | 1111 | 100110101 | 1000011 | 110111 |
Color Harmonies of #D940C1
Complementary color
Monochromatic Colors of #D940C1
Black with #D940C1
Text Example
Text Example
White with #D940C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940C1; }
p { color: rgb(217,64,193); }
H1.HeaderClassName
{
color: #D940C1;
}
.AnyTagClassName
{
color: #D940C1;
}
</style>
background-color css
<style>
a { background-color: #D940C1; }
a { background-color: rgb(217,64,193); }
div.DivClassName
{
background-color: #D940C1;
}
.BgClassName
{
background-color: #D940C1;
}
</style>
border-color css
<style>
span { border-color: #D940C1; }
span { border-color: rgb(217,64,193); }
td.TdClassName
{
border-color: #D940C1;
}
.TagClassName
{
border-color: #D940C1;
}
</style>