Shades of Fuchsia #D14DBB
Tints of Fuchsia #D14DBB
RGB
CMYK
RGB Variations
Color information
#D14DBB (or 0xD14DBB) is known color: Fuchsia. HEX triplet: D1, 4D and BB. RGB value is (209,77,187). Sum of RGB (Red+Green+Blue) = 209+77+187=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DBB is #2EB244. Grayscale: #808080. Windows color (decimal): -3060293 or 12275153. OLE color: 12275153.
HSL color Cylindrical-coordinate representation of color #D14DBB: hue angle of 310º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14DBB is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 187 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.18 |
| HSL | 310º | 0.59% | 0.56% | - |
| HSV(B) | 310º | 0.63% | 0.82% | - |
| XYZ | 37.92 | 22.45 | 49.35 | - |
| YUV | 129.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 187 | 0 | 0.63 | 0.11 | 0.18 | 310 | 0.59 | 0.56 |
| Hex | D1 | 4D | BB | 0 | 3F | B | 12 | 136 | 3B | 38 |
| Octal | 321 | 115 | 273 | 0 | 77 | 13 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10111011 | 0 | 111111 | 1011 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14DBB
Complementary color
Monochromatic Colors of #D14DBB
Black with #D14DBB
Text Example
Text Example
White with #D14DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DBB; }
p { color: rgb(209,77,187); }
H1.HeaderClassName
{
color: #D14DBB;
}
.AnyTagClassName
{
color: #D14DBB;
}
</style>
background-color css
<style>
a { background-color: #D14DBB; }
a { background-color: rgb(209,77,187); }
div.DivClassName
{
background-color: #D14DBB;
}
.BgClassName
{
background-color: #D14DBB;
}
</style>
border-color css
<style>
span { border-color: #D14DBB; }
span { border-color: rgb(209,77,187); }
td.TdClassName
{
border-color: #D14DBB;
}
.TagClassName
{
border-color: #D14DBB;
}
</style>