Shades of Fuchsia #D440BE
Tints of Fuchsia #D440BE
RGB
CMYK
RGB Variations
Color information
#D440BE (or 0xD440BE) is known color: Fuchsia. HEX triplet: D4, 40 and BE. RGB value is (212,64,190). Sum of RGB (Red+Green+Blue) = 212+64+190=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D440BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440BE is #2BBF41. Grayscale: #7A7A7A. Windows color (decimal): -2867010 or 12468436. OLE color: 12468436.
HSL color Cylindrical-coordinate representation of color #D440BE: hue angle of 308.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440BE is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 190 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.17 |
| HSL | 308.92º | 0.63% | 0.54% | - |
| HSV(B) | 308.92º | 0.7% | 0.83% | - |
| XYZ | 38.28 | 21.38 | 50.82 | - |
| YUV | 122.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 190 | 0 | 0.70 | 0.10 | 0.17 | 308.92 | 0.63 | 0.54 |
| Hex | D4 | 40 | BE | 0 | 46 | A | 11 | 135 | 3F | 36 |
| Octal | 324 | 100 | 276 | 0 | 106 | 12 | 21 | 465 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10111110 | 0 | 1000110 | 1010 | 10001 | 100110101 | 111111 | 110110 |
Color Harmonies of #D440BE
Complementary color
Monochromatic Colors of #D440BE
Black with #D440BE
Text Example
Text Example
White with #D440BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440BE; }
p { color: rgb(212,64,190); }
H1.HeaderClassName
{
color: #D440BE;
}
.AnyTagClassName
{
color: #D440BE;
}
</style>
background-color css
<style>
a { background-color: #D440BE; }
a { background-color: rgb(212,64,190); }
div.DivClassName
{
background-color: #D440BE;
}
.BgClassName
{
background-color: #D440BE;
}
</style>
border-color css
<style>
span { border-color: #D440BE; }
span { border-color: rgb(212,64,190); }
td.TdClassName
{
border-color: #D440BE;
}
.TagClassName
{
border-color: #D440BE;
}
</style>