Shades of Fuchsia #D135C9
Tints of Fuchsia #D135C9
RGB
CMYK
RGB Variations
Color information
#D135C9 (or 0xD135C9) is known color: Fuchsia. HEX triplet: D1, 35 and C9. RGB value is (209,53,201). Sum of RGB (Red+Green+Blue) = 209+53+201=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D135C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135C9 is #2ECA36. Grayscale: #747474. Windows color (decimal): -3066423 or 13186513. OLE color: 13186513.
HSL color Cylindrical-coordinate representation of color #D135C9: hue angle of 303.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 #D135C9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 201 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.18 |
| HSL | 303.08º | 0.63% | 0.51% | - |
| HSV(B) | 303.08º | 0.75% | 0.82% | - |
| XYZ | 38.11 | 20.32 | 57.17 | - |
| YUV | 116.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 201 | 0 | 0.75 | 0.04 | 0.18 | 303.08 | 0.63 | 0.51 |
| Hex | D1 | 35 | C9 | 0 | 4B | 4 | 12 | 12F | 3F | 33 |
| Octal | 321 | 65 | 311 | 0 | 113 | 4 | 22 | 457 | 77 | 63 |
| Binary | 11010001 | 110101 | 11001001 | 0 | 1001011 | 100 | 10010 | 100101111 | 111111 | 110011 |
Color Harmonies of #D135C9
Complementary color
Monochromatic Colors of #D135C9
Black with #D135C9
Text Example
Text Example
White with #D135C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135C9; }
p { color: rgb(209,53,201); }
H1.HeaderClassName
{
color: #D135C9;
}
.AnyTagClassName
{
color: #D135C9;
}
</style>
background-color css
<style>
a { background-color: #D135C9; }
a { background-color: rgb(209,53,201); }
div.DivClassName
{
background-color: #D135C9;
}
.BgClassName
{
background-color: #D135C9;
}
</style>
border-color css
<style>
span { border-color: #D135C9; }
span { border-color: rgb(209,53,201); }
td.TdClassName
{
border-color: #D135C9;
}
.TagClassName
{
border-color: #D135C9;
}
</style>