Shades of Fuchsia #D134CE
Tints of Fuchsia #D134CE
RGB
CMYK
RGB Variations
Color information
#D134CE (or 0xD134CE) is known color: Fuchsia. HEX triplet: D1, 34 and CE. RGB value is (209,52,206). Sum of RGB (Red+Green+Blue) = 209+52+206=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D134CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134CE is #2ECB31. Grayscale: #747474. Windows color (decimal): -3066674 or 13513937. OLE color: 13513937.
HSL color Cylindrical-coordinate representation of color #D134CE: hue angle of 301.15º 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 #D134CE is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 206 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 301.15º | 0.63% | 0.51% | - |
| HSV(B) | 301.15º | 0.75% | 0.82% | - |
| XYZ | 38.66 | 20.47 | 60.31 | - |
| YUV | 116.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 206 | 0 | 0.75 | 0.01 | 0.18 | 301.15 | 0.63 | 0.51 |
| Hex | D1 | 34 | CE | 0 | 4B | 1 | 12 | 12D | 3F | 33 |
| Octal | 321 | 64 | 316 | 0 | 113 | 1 | 22 | 455 | 77 | 63 |
| Binary | 11010001 | 110100 | 11001110 | 0 | 1001011 | 1 | 10010 | 100101101 | 111111 | 110011 |
Color Harmonies of #D134CE
Complementary color
Monochromatic Colors of #D134CE
Black with #D134CE
Text Example
Text Example
White with #D134CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134CE; }
p { color: rgb(209,52,206); }
H1.HeaderClassName
{
color: #D134CE;
}
.AnyTagClassName
{
color: #D134CE;
}
</style>
background-color css
<style>
a { background-color: #D134CE; }
a { background-color: rgb(209,52,206); }
div.DivClassName
{
background-color: #D134CE;
}
.BgClassName
{
background-color: #D134CE;
}
</style>
border-color css
<style>
span { border-color: #D134CE; }
span { border-color: rgb(209,52,206); }
td.TdClassName
{
border-color: #D134CE;
}
.TagClassName
{
border-color: #D134CE;
}
</style>