Shades of Fuchsia #D134B4
Tints of Fuchsia #D134B4
RGB
CMYK
RGB Variations
Color information
#D134B4 (or 0xD134B4) is known color: Fuchsia. HEX triplet: D1, 34 and B4. RGB value is (209,52,180). Sum of RGB (Red+Green+Blue) = 209+52+180=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D134B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134B4 is #2ECB4B. Grayscale: #717171. Windows color (decimal): -3066700 or 11810001. OLE color: 11810001.
HSL color Cylindrical-coordinate representation of color #D134B4: hue angle of 311.08º 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 #D134B4 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 180 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.18 |
| HSL | 311.08º | 0.63% | 0.51% | - |
| HSV(B) | 311.08º | 0.75% | 0.82% | - |
| XYZ | 35.76 | 19.31 | 45.02 | - |
| YUV | 113.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 180 | 0 | 0.75 | 0.14 | 0.18 | 311.08 | 0.63 | 0.51 |
| Hex | D1 | 34 | B4 | 0 | 4B | E | 12 | 137 | 3F | 33 |
| Octal | 321 | 64 | 264 | 0 | 113 | 16 | 22 | 467 | 77 | 63 |
| Binary | 11010001 | 110100 | 10110100 | 0 | 1001011 | 1110 | 10010 | 100110111 | 111111 | 110011 |
Color Harmonies of #D134B4
Complementary color
Monochromatic Colors of #D134B4
Black with #D134B4
Text Example
Text Example
White with #D134B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134B4; }
p { color: rgb(209,52,180); }
H1.HeaderClassName
{
color: #D134B4;
}
.AnyTagClassName
{
color: #D134B4;
}
</style>
background-color css
<style>
a { background-color: #D134B4; }
a { background-color: rgb(209,52,180); }
div.DivClassName
{
background-color: #D134B4;
}
.BgClassName
{
background-color: #D134B4;
}
</style>
border-color css
<style>
span { border-color: #D134B4; }
span { border-color: rgb(209,52,180); }
td.TdClassName
{
border-color: #D134B4;
}
.TagClassName
{
border-color: #D134B4;
}
</style>