Shades of Fuchsia #D14BB5
Tints of Fuchsia #D14BB5
RGB
CMYK
RGB Variations
Color information
#D14BB5 (or 0xD14BB5) is known color: Fuchsia. HEX triplet: D1, 4B and B5. RGB value is (209,75,181). Sum of RGB (Red+Green+Blue) = 209+75+181=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14BB5 is #2EB44A. Grayscale: #7E7E7E. Windows color (decimal): -3060811 or 11881425. OLE color: 11881425.
HSL color Cylindrical-coordinate representation of color #D14BB5: hue angle of 312.54º 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 #D14BB5 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 181 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.18 |
| HSL | 312.54º | 0.59% | 0.56% | - |
| HSV(B) | 312.54º | 0.64% | 0.82% | - |
| XYZ | 37.15 | 21.92 | 45.99 | - |
| YUV | 127.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 181 | 0 | 0.64 | 0.13 | 0.18 | 312.54 | 0.59 | 0.56 |
| Hex | D1 | 4B | B5 | 0 | 40 | D | 12 | 139 | 3B | 38 |
| Octal | 321 | 113 | 265 | 0 | 100 | 15 | 22 | 471 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10110101 | 0 | 1000000 | 1101 | 10010 | 100111001 | 111011 | 111000 |
Color Harmonies of #D14BB5
Complementary color
Monochromatic Colors of #D14BB5
Black with #D14BB5
Text Example
Text Example
White with #D14BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BB5; }
p { color: rgb(209,75,181); }
H1.HeaderClassName
{
color: #D14BB5;
}
.AnyTagClassName
{
color: #D14BB5;
}
</style>
background-color css
<style>
a { background-color: #D14BB5; }
a { background-color: rgb(209,75,181); }
div.DivClassName
{
background-color: #D14BB5;
}
.BgClassName
{
background-color: #D14BB5;
}
</style>
border-color css
<style>
span { border-color: #D14BB5; }
span { border-color: rgb(209,75,181); }
td.TdClassName
{
border-color: #D14BB5;
}
.TagClassName
{
border-color: #D14BB5;
}
</style>