Shades of Fuchsia #D135CF
Tints of Fuchsia #D135CF
RGB
CMYK
RGB Variations
Color information
#D135CF (or 0xD135CF) is known color: Fuchsia. HEX triplet: D1, 35 and CF. RGB value is (209,53,207). Sum of RGB (Red+Green+Blue) = 209+53+207=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D135CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135CF is #2ECA30. Grayscale: #747474. Windows color (decimal): -3066417 or 13579729. OLE color: 13579729.
HSL color Cylindrical-coordinate representation of color #D135CF: hue angle of 300.77º 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 #D135CF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 207 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.18 |
| HSL | 300.77º | 0.63% | 0.51% | - |
| HSV(B) | 300.77º | 0.75% | 0.82% | - |
| XYZ | 38.83 | 20.61 | 60.96 | - |
| YUV | 117.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 207 | 0 | 0.75 | 0.01 | 0.18 | 300.77 | 0.63 | 0.51 |
| Hex | D1 | 35 | CF | 0 | 4B | 1 | 12 | 12D | 3F | 33 |
| Octal | 321 | 65 | 317 | 0 | 113 | 1 | 22 | 455 | 77 | 63 |
| Binary | 11010001 | 110101 | 11001111 | 0 | 1001011 | 1 | 10010 | 100101101 | 111111 | 110011 |
Color Harmonies of #D135CF
Complementary color
Monochromatic Colors of #D135CF
Black with #D135CF
Text Example
Text Example
White with #D135CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135CF; }
p { color: rgb(209,53,207); }
H1.HeaderClassName
{
color: #D135CF;
}
.AnyTagClassName
{
color: #D135CF;
}
</style>
background-color css
<style>
a { background-color: #D135CF; }
a { background-color: rgb(209,53,207); }
div.DivClassName
{
background-color: #D135CF;
}
.BgClassName
{
background-color: #D135CF;
}
</style>
border-color css
<style>
span { border-color: #D135CF; }
span { border-color: rgb(209,53,207); }
td.TdClassName
{
border-color: #D135CF;
}
.TagClassName
{
border-color: #D135CF;
}
</style>