Shades of Fuchsia #D134B2
Tints of Fuchsia #D134B2
RGB
CMYK
RGB Variations
Color information
#D134B2 (or 0xD134B2) is known color: Fuchsia. HEX triplet: D1, 34 and B2. RGB value is (209,52,178). Sum of RGB (Red+Green+Blue) = 209+52+178=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D134B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134B2 is #2ECB4D. Grayscale: #707070. Windows color (decimal): -3066702 or 11678929. OLE color: 11678929.
HSL color Cylindrical-coordinate representation of color #D134B2: hue angle of 311.85º 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 #D134B2 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 178 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.18 |
| HSL | 311.85º | 0.63% | 0.51% | - |
| HSV(B) | 311.85º | 0.75% | 0.82% | - |
| XYZ | 35.56 | 19.23 | 43.96 | - |
| YUV | 113.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 178 | 0 | 0.75 | 0.15 | 0.18 | 311.85 | 0.63 | 0.51 |
| Hex | D1 | 34 | B2 | 0 | 4B | F | 12 | 138 | 3F | 33 |
| Octal | 321 | 64 | 262 | 0 | 113 | 17 | 22 | 470 | 77 | 63 |
| Binary | 11010001 | 110100 | 10110010 | 0 | 1001011 | 1111 | 10010 | 100111000 | 111111 | 110011 |
Color Harmonies of #D134B2
Complementary color
Monochromatic Colors of #D134B2
Black with #D134B2
Text Example
Text Example
White with #D134B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134B2; }
p { color: rgb(209,52,178); }
H1.HeaderClassName
{
color: #D134B2;
}
.AnyTagClassName
{
color: #D134B2;
}
</style>
background-color css
<style>
a { background-color: #D134B2; }
a { background-color: rgb(209,52,178); }
div.DivClassName
{
background-color: #D134B2;
}
.BgClassName
{
background-color: #D134B2;
}
</style>
border-color css
<style>
span { border-color: #D134B2; }
span { border-color: rgb(209,52,178); }
td.TdClassName
{
border-color: #D134B2;
}
.TagClassName
{
border-color: #D134B2;
}
</style>