Shades of Fuchsia #D055CF
Tints of Fuchsia #D055CF
RGB
CMYK
RGB Variations
Color information
#D055CF (or 0xD055CF) is known color: Fuchsia. HEX triplet: D0, 55 and CF. RGB value is (208,85,207). Sum of RGB (Red+Green+Blue) = 208+85+207=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D055CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055CF is #2FAA30. Grayscale: #878787. Windows color (decimal): -3123761 or 13587920. OLE color: 13587920.
HSL color Cylindrical-coordinate representation of color #D055CF: hue angle of 300.49º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055CF is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 207 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.18 |
| HSL | 300.49º | 0.57% | 0.57% | - |
| HSV(B) | 300.49º | 0.59% | 0.82% | - |
| XYZ | 40.52 | 24.41 | 61.61 | - |
| YUV | 135.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 207 | 0 | 0.59 | 0.00 | 0.18 | 300.49 | 0.57 | 0.57 |
| Hex | D0 | 55 | CF | 0 | 3B | 0 | 12 | 12C | 39 | 39 |
| Octal | 320 | 125 | 317 | 0 | 73 | 0 | 22 | 454 | 71 | 71 |
| Binary | 11010000 | 1010101 | 11001111 | 0 | 111011 | 0 | 10010 | 100101100 | 111001 | 111001 |
Color Harmonies of #D055CF
Complementary color
Monochromatic Colors of #D055CF
Black with #D055CF
Text Example
Text Example
White with #D055CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055CF; }
p { color: rgb(208,85,207); }
H1.HeaderClassName
{
color: #D055CF;
}
.AnyTagClassName
{
color: #D055CF;
}
</style>
background-color css
<style>
a { background-color: #D055CF; }
a { background-color: rgb(208,85,207); }
div.DivClassName
{
background-color: #D055CF;
}
.BgClassName
{
background-color: #D055CF;
}
</style>
border-color css
<style>
span { border-color: #D055CF; }
span { border-color: rgb(208,85,207); }
td.TdClassName
{
border-color: #D055CF;
}
.TagClassName
{
border-color: #D055CF;
}
</style>