Shades of Fuchsia #D641BE
Tints of Fuchsia #D641BE
RGB
CMYK
RGB Variations
Color information
#D641BE (or 0xD641BE) is known color: Fuchsia. HEX triplet: D6, 41 and BE. RGB value is (214,65,190). Sum of RGB (Red+Green+Blue) = 214+65+190=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D641BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641BE is #29BE41. Grayscale: #7B7B7B. Windows color (decimal): -2735682 or 12468694. OLE color: 12468694.
HSL color Cylindrical-coordinate representation of color #D641BE: hue angle of 309.66º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641BE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 190 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.16 |
| HSL | 309.66º | 0.65% | 0.55% | - |
| HSV(B) | 309.66º | 0.7% | 0.84% | - |
| XYZ | 38.92 | 21.79 | 50.87 | - |
| YUV | 123.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 190 | 0 | 0.70 | 0.11 | 0.16 | 309.66 | 0.65 | 0.55 |
| Hex | D6 | 41 | BE | 0 | 46 | B | 10 | 136 | 41 | 37 |
| Octal | 326 | 101 | 276 | 0 | 106 | 13 | 20 | 466 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10111110 | 0 | 1000110 | 1011 | 10000 | 100110110 | 1000001 | 110111 |
Color Harmonies of #D641BE
Complementary color
Monochromatic Colors of #D641BE
Black with #D641BE
Text Example
Text Example
White with #D641BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641BE; }
p { color: rgb(214,65,190); }
H1.HeaderClassName
{
color: #D641BE;
}
.AnyTagClassName
{
color: #D641BE;
}
</style>
background-color css
<style>
a { background-color: #D641BE; }
a { background-color: rgb(214,65,190); }
div.DivClassName
{
background-color: #D641BE;
}
.BgClassName
{
background-color: #D641BE;
}
</style>
border-color css
<style>
span { border-color: #D641BE; }
span { border-color: rgb(214,65,190); }
td.TdClassName
{
border-color: #D641BE;
}
.TagClassName
{
border-color: #D641BE;
}
</style>