Shades of Fuchsia #D440B5
Tints of Fuchsia #D440B5
RGB
CMYK
RGB Variations
Color information
#D440B5 (or 0xD440B5) is known color: Fuchsia. HEX triplet: D4, 40 and B5. RGB value is (212,64,181). Sum of RGB (Red+Green+Blue) = 212+64+181=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D440B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440B5 is #2BBF4A. Grayscale: #797979. Windows color (decimal): -2867019 or 11878612. OLE color: 11878612.
HSL color Cylindrical-coordinate representation of color #D440B5: hue angle of 312.57º 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 #D440B5 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 181 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.17 |
| HSL | 312.57º | 0.63% | 0.54% | - |
| HSV(B) | 312.57º | 0.7% | 0.83% | - |
| XYZ | 37.33 | 21 | 45.8 | - |
| YUV | 121.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 181 | 0 | 0.70 | 0.15 | 0.17 | 312.57 | 0.63 | 0.54 |
| Hex | D4 | 40 | B5 | 0 | 46 | F | 11 | 139 | 3F | 36 |
| Octal | 324 | 100 | 265 | 0 | 106 | 17 | 21 | 471 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10110101 | 0 | 1000110 | 1111 | 10001 | 100111001 | 111111 | 110110 |
Color Harmonies of #D440B5
Complementary color
Monochromatic Colors of #D440B5
Black with #D440B5
Text Example
Text Example
White with #D440B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440B5; }
p { color: rgb(212,64,181); }
H1.HeaderClassName
{
color: #D440B5;
}
.AnyTagClassName
{
color: #D440B5;
}
</style>
background-color css
<style>
a { background-color: #D440B5; }
a { background-color: rgb(212,64,181); }
div.DivClassName
{
background-color: #D440B5;
}
.BgClassName
{
background-color: #D440B5;
}
</style>
border-color css
<style>
span { border-color: #D440B5; }
span { border-color: rgb(212,64,181); }
td.TdClassName
{
border-color: #D440B5;
}
.TagClassName
{
border-color: #D440B5;
}
</style>