Shades of Fuchsia #D941BE
Tints of Fuchsia #D941BE
RGB
CMYK
RGB Variations
Color information
#D941BE (or 0xD941BE) is known color: Fuchsia. HEX triplet: D9, 41 and BE. RGB value is (217,65,190). Sum of RGB (Red+Green+Blue) = 217+65+190=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D941BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941BE is #26BE41. Grayscale: #7C7C7C. Windows color (decimal): -2539074 or 12468697. OLE color: 12468697.
HSL color Cylindrical-coordinate representation of color #D941BE: hue angle of 310.66º 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 #D941BE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 190 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.15 |
| HSL | 310.66º | 0.67% | 0.55% | - |
| HSV(B) | 310.66º | 0.7% | 0.85% | - |
| XYZ | 39.8 | 22.25 | 50.91 | - |
| YUV | 124.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 190 | 0 | 0.70 | 0.12 | 0.15 | 310.66 | 0.67 | 0.55 |
| Hex | D9 | 41 | BE | 0 | 46 | C | F | 137 | 43 | 37 |
| Octal | 331 | 101 | 276 | 0 | 106 | 14 | 17 | 467 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10111110 | 0 | 1000110 | 1100 | 1111 | 100110111 | 1000011 | 110111 |
Color Harmonies of #D941BE
Complementary color
Monochromatic Colors of #D941BE
Black with #D941BE
Text Example
Text Example
White with #D941BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941BE; }
p { color: rgb(217,65,190); }
H1.HeaderClassName
{
color: #D941BE;
}
.AnyTagClassName
{
color: #D941BE;
}
</style>
background-color css
<style>
a { background-color: #D941BE; }
a { background-color: rgb(217,65,190); }
div.DivClassName
{
background-color: #D941BE;
}
.BgClassName
{
background-color: #D941BE;
}
</style>
border-color css
<style>
span { border-color: #D941BE; }
span { border-color: rgb(217,65,190); }
td.TdClassName
{
border-color: #D941BE;
}
.TagClassName
{
border-color: #D941BE;
}
</style>