Shades of Fuchsia #D155CF
Tints of Fuchsia #D155CF
RGB
CMYK
RGB Variations
Color information
#D155CF (or 0xD155CF) is known color: Fuchsia. HEX triplet: D1, 55 and CF. RGB value is (209,85,207). Sum of RGB (Red+Green+Blue) = 209+85+207=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CF is #2EAA30. Grayscale: #878787. Windows color (decimal): -3058225 or 13587921. OLE color: 13587921.
HSL color Cylindrical-coordinate representation of color #D155CF: hue angle of 300.97º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D155CF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 207 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.18 |
| HSL | 300.97º | 0.57% | 0.58% | - |
| HSV(B) | 300.97º | 0.59% | 0.82% | - |
| XYZ | 40.81 | 24.56 | 61.62 | - |
| YUV | 135.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 207 | 0 | 0.59 | 0.01 | 0.18 | 300.97 | 0.57 | 0.58 |
| Hex | D1 | 55 | CF | 0 | 3B | 1 | 12 | 12D | 39 | 3A |
| Octal | 321 | 125 | 317 | 0 | 73 | 1 | 22 | 455 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001111 | 0 | 111011 | 1 | 10010 | 100101101 | 111001 | 111010 |
Color Harmonies of #D155CF
Complementary color
Monochromatic Colors of #D155CF
Black with #D155CF
Text Example
Text Example
White with #D155CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155CF; }
p { color: rgb(209,85,207); }
H1.HeaderClassName
{
color: #D155CF;
}
.AnyTagClassName
{
color: #D155CF;
}
</style>
background-color css
<style>
a { background-color: #D155CF; }
a { background-color: rgb(209,85,207); }
div.DivClassName
{
background-color: #D155CF;
}
.BgClassName
{
background-color: #D155CF;
}
</style>
border-color css
<style>
span { border-color: #D155CF; }
span { border-color: rgb(209,85,207); }
td.TdClassName
{
border-color: #D155CF;
}
.TagClassName
{
border-color: #D155CF;
}
</style>