Shades of Fuchsia #D14CBB
Tints of Fuchsia #D14CBB
RGB
CMYK
RGB Variations
Color information
#D14CBB (or 0xD14CBB) is known color: Fuchsia. HEX triplet: D1, 4C and BB. RGB value is (209,76,187). Sum of RGB (Red+Green+Blue) = 209+76+187=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CBB is #2EB344. Grayscale: #808080. Windows color (decimal): -3060549 or 12274897. OLE color: 12274897.
HSL color Cylindrical-coordinate representation of color #D14CBB: hue angle of 309.92º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14CBB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 187 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.18 |
| HSL | 309.92º | 0.59% | 0.56% | - |
| HSV(B) | 309.92º | 0.64% | 0.82% | - |
| XYZ | 37.85 | 22.31 | 49.33 | - |
| YUV | 128.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 187 | 0 | 0.64 | 0.11 | 0.18 | 309.92 | 0.59 | 0.56 |
| Hex | D1 | 4C | BB | 0 | 40 | B | 12 | 136 | 3B | 38 |
| Octal | 321 | 114 | 273 | 0 | 100 | 13 | 22 | 466 | 73 | 70 |
| Binary | 11010001 | 1001100 | 10111011 | 0 | 1000000 | 1011 | 10010 | 100110110 | 111011 | 111000 |
Color Harmonies of #D14CBB
Complementary color
Monochromatic Colors of #D14CBB
Black with #D14CBB
Text Example
Text Example
White with #D14CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CBB; }
p { color: rgb(209,76,187); }
H1.HeaderClassName
{
color: #D14CBB;
}
.AnyTagClassName
{
color: #D14CBB;
}
</style>
background-color css
<style>
a { background-color: #D14CBB; }
a { background-color: rgb(209,76,187); }
div.DivClassName
{
background-color: #D14CBB;
}
.BgClassName
{
background-color: #D14CBB;
}
</style>
border-color css
<style>
span { border-color: #D14CBB; }
span { border-color: rgb(209,76,187); }
td.TdClassName
{
border-color: #D14CBB;
}
.TagClassName
{
border-color: #D14CBB;
}
</style>