Shades of Fuchsia #D134BB
Tints of Fuchsia #D134BB
RGB
CMYK
RGB Variations
Color information
#D134BB (or 0xD134BB) is known color: Fuchsia. HEX triplet: D1, 34 and BB. RGB value is (209,52,187). Sum of RGB (Red+Green+Blue) = 209+52+187=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D134BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134BB is #2ECB44. Grayscale: #717171. Windows color (decimal): -3066693 or 12268753. OLE color: 12268753.
HSL color Cylindrical-coordinate representation of color #D134BB: hue angle of 308.41º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D134BB is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 187 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.18 |
| HSL | 308.41º | 0.63% | 0.51% | - |
| HSV(B) | 308.41º | 0.75% | 0.82% | - |
| XYZ | 36.49 | 19.6 | 48.87 | - |
| YUV | 114.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 187 | 0 | 0.75 | 0.11 | 0.18 | 308.41 | 0.63 | 0.51 |
| Hex | D1 | 34 | BB | 0 | 4B | B | 12 | 134 | 3F | 33 |
| Octal | 321 | 64 | 273 | 0 | 113 | 13 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110100 | 10111011 | 0 | 1001011 | 1011 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D134BB
Complementary color
Monochromatic Colors of #D134BB
Black with #D134BB
Text Example
Text Example
White with #D134BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134BB; }
p { color: rgb(209,52,187); }
H1.HeaderClassName
{
color: #D134BB;
}
.AnyTagClassName
{
color: #D134BB;
}
</style>
background-color css
<style>
a { background-color: #D134BB; }
a { background-color: rgb(209,52,187); }
div.DivClassName
{
background-color: #D134BB;
}
.BgClassName
{
background-color: #D134BB;
}
</style>
border-color css
<style>
span { border-color: #D134BB; }
span { border-color: rgb(209,52,187); }
td.TdClassName
{
border-color: #D134BB;
}
.TagClassName
{
border-color: #D134BB;
}
</style>