Shades of Fuchsia #D440BB
Tints of Fuchsia #D440BB
RGB
CMYK
RGB Variations
Color information
#D440BB (or 0xD440BB) is known color: Fuchsia. HEX triplet: D4, 40 and BB. RGB value is (212,64,187). Sum of RGB (Red+Green+Blue) = 212+64+187=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D440BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440BB is #2BBF44. Grayscale: #797979. Windows color (decimal): -2867013 or 12271828. OLE color: 12271828.
HSL color Cylindrical-coordinate representation of color #D440BB: hue angle of 310.14º 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 #D440BB is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 187 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.17 |
| HSL | 310.14º | 0.63% | 0.54% | - |
| HSV(B) | 310.14º | 0.7% | 0.83% | - |
| XYZ | 37.95 | 21.25 | 49.12 | - |
| YUV | 122.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 187 | 0 | 0.70 | 0.12 | 0.17 | 310.14 | 0.63 | 0.54 |
| Hex | D4 | 40 | BB | 0 | 46 | C | 11 | 136 | 3F | 36 |
| Octal | 324 | 100 | 273 | 0 | 106 | 14 | 21 | 466 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10111011 | 0 | 1000110 | 1100 | 10001 | 100110110 | 111111 | 110110 |
Color Harmonies of #D440BB
Complementary color
Monochromatic Colors of #D440BB
Black with #D440BB
Text Example
Text Example
White with #D440BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440BB; }
p { color: rgb(212,64,187); }
H1.HeaderClassName
{
color: #D440BB;
}
.AnyTagClassName
{
color: #D440BB;
}
</style>
background-color css
<style>
a { background-color: #D440BB; }
a { background-color: rgb(212,64,187); }
div.DivClassName
{
background-color: #D440BB;
}
.BgClassName
{
background-color: #D440BB;
}
</style>
border-color css
<style>
span { border-color: #D440BB; }
span { border-color: rgb(212,64,187); }
td.TdClassName
{
border-color: #D440BB;
}
.TagClassName
{
border-color: #D440BB;
}
</style>