Shades of Fuchsia #D941C2
Tints of Fuchsia #D941C2
RGB
CMYK
RGB Variations
Color information
#D941C2 (or 0xD941C2) is known color: Fuchsia. HEX triplet: D9, 41 and C2. RGB value is (217,65,194). Sum of RGB (Red+Green+Blue) = 217+65+194=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D941C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941C2 is #26BE3D. Grayscale: #7C7C7C. Windows color (decimal): -2539070 or 12730841. OLE color: 12730841.
HSL color Cylindrical-coordinate representation of color #D941C2: hue angle of 309.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941C2 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 194 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.15 |
| HSL | 309.08º | 0.67% | 0.55% | - |
| HSV(B) | 309.08º | 0.7% | 0.85% | - |
| XYZ | 40.24 | 22.43 | 53.25 | - |
| YUV | 125.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 194 | 0 | 0.70 | 0.11 | 0.15 | 309.08 | 0.67 | 0.55 |
| Hex | D9 | 41 | C2 | 0 | 46 | B | F | 135 | 43 | 37 |
| Octal | 331 | 101 | 302 | 0 | 106 | 13 | 17 | 465 | 103 | 67 |
| Binary | 11011001 | 1000001 | 11000010 | 0 | 1000110 | 1011 | 1111 | 100110101 | 1000011 | 110111 |
Color Harmonies of #D941C2
Complementary color
Monochromatic Colors of #D941C2
Black with #D941C2
Text Example
Text Example
White with #D941C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941C2; }
p { color: rgb(217,65,194); }
H1.HeaderClassName
{
color: #D941C2;
}
.AnyTagClassName
{
color: #D941C2;
}
</style>
background-color css
<style>
a { background-color: #D941C2; }
a { background-color: rgb(217,65,194); }
div.DivClassName
{
background-color: #D941C2;
}
.BgClassName
{
background-color: #D941C2;
}
</style>
border-color css
<style>
span { border-color: #D941C2; }
span { border-color: rgb(217,65,194); }
td.TdClassName
{
border-color: #D941C2;
}
.TagClassName
{
border-color: #D941C2;
}
</style>