Shades of Fuchsia #D134C4
Tints of Fuchsia #D134C4
RGB
CMYK
RGB Variations
Color information
#D134C4 (or 0xD134C4) is known color: Fuchsia. HEX triplet: D1, 34 and C4. RGB value is (209,52,196). Sum of RGB (Red+Green+Blue) = 209+52+196=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D134C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134C4 is #2ECB3B. Grayscale: #727272. Windows color (decimal): -3066684 or 12858577. OLE color: 12858577.
HSL color Cylindrical-coordinate representation of color #D134C4: hue angle of 304.97º 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 #D134C4 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 196 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.18 |
| HSL | 304.97º | 0.63% | 0.51% | - |
| HSV(B) | 304.97º | 0.75% | 0.82% | - |
| XYZ | 37.49 | 20 | 54.11 | - |
| YUV | 115.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 196 | 0 | 0.75 | 0.06 | 0.18 | 304.97 | 0.63 | 0.51 |
| Hex | D1 | 34 | C4 | 0 | 4B | 6 | 12 | 131 | 3F | 33 |
| Octal | 321 | 64 | 304 | 0 | 113 | 6 | 22 | 461 | 77 | 63 |
| Binary | 11010001 | 110100 | 11000100 | 0 | 1001011 | 110 | 10010 | 100110001 | 111111 | 110011 |
Color Harmonies of #D134C4
Complementary color
Monochromatic Colors of #D134C4
Black with #D134C4
Text Example
Text Example
White with #D134C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134C4; }
p { color: rgb(209,52,196); }
H1.HeaderClassName
{
color: #D134C4;
}
.AnyTagClassName
{
color: #D134C4;
}
</style>
background-color css
<style>
a { background-color: #D134C4; }
a { background-color: rgb(209,52,196); }
div.DivClassName
{
background-color: #D134C4;
}
.BgClassName
{
background-color: #D134C4;
}
</style>
border-color css
<style>
span { border-color: #D134C4; }
span { border-color: rgb(209,52,196); }
td.TdClassName
{
border-color: #D134C4;
}
.TagClassName
{
border-color: #D134C4;
}
</style>