Shades of Fuchsia #D134B7
Tints of Fuchsia #D134B7
RGB
CMYK
RGB Variations
Color information
#D134B7 (or 0xD134B7) is known color: Fuchsia. HEX triplet: D1, 34 and B7. RGB value is (209,52,183). Sum of RGB (Red+Green+Blue) = 209+52+183=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D134B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134B7 is #2ECB48. Grayscale: #717171. Windows color (decimal): -3066697 or 12006609. OLE color: 12006609.
HSL color Cylindrical-coordinate representation of color #D134B7: hue angle of 309.94º 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 #D134B7 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 183 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.18 |
| HSL | 309.94º | 0.63% | 0.51% | - |
| HSV(B) | 309.94º | 0.75% | 0.82% | - |
| XYZ | 36.07 | 19.43 | 46.65 | - |
| YUV | 113.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 183 | 0 | 0.75 | 0.12 | 0.18 | 309.94 | 0.63 | 0.51 |
| Hex | D1 | 34 | B7 | 0 | 4B | C | 12 | 136 | 3F | 33 |
| Octal | 321 | 64 | 267 | 0 | 113 | 14 | 22 | 466 | 77 | 63 |
| Binary | 11010001 | 110100 | 10110111 | 0 | 1001011 | 1100 | 10010 | 100110110 | 111111 | 110011 |
Color Harmonies of #D134B7
Complementary color
Monochromatic Colors of #D134B7
Black with #D134B7
Text Example
Text Example
White with #D134B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134B7; }
p { color: rgb(209,52,183); }
H1.HeaderClassName
{
color: #D134B7;
}
.AnyTagClassName
{
color: #D134B7;
}
</style>
background-color css
<style>
a { background-color: #D134B7; }
a { background-color: rgb(209,52,183); }
div.DivClassName
{
background-color: #D134B7;
}
.BgClassName
{
background-color: #D134B7;
}
</style>
border-color css
<style>
span { border-color: #D134B7; }
span { border-color: rgb(209,52,183); }
td.TdClassName
{
border-color: #D134B7;
}
.TagClassName
{
border-color: #D134B7;
}
</style>