Shades of Fuchsia #D155CC
Tints of Fuchsia #D155CC
RGB
CMYK
RGB Variations
Color information
#D155CC (or 0xD155CC) is known color: Fuchsia. HEX triplet: D1, 55 and CC. RGB value is (209,85,204). Sum of RGB (Red+Green+Blue) = 209+85+204=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CC is #2EAA33. Grayscale: #878787. Windows color (decimal): -3058228 or 13391313. OLE color: 13391313.
HSL color Cylindrical-coordinate representation of color #D155CC: hue angle of 302.42º 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 #D155CC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 204 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.18 |
| HSL | 302.42º | 0.57% | 0.58% | - |
| HSV(B) | 302.42º | 0.59% | 0.82% | - |
| XYZ | 40.44 | 24.41 | 59.71 | - |
| YUV | 135.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 204 | 0 | 0.59 | 0.02 | 0.18 | 302.42 | 0.57 | 0.58 |
| Hex | D1 | 55 | CC | 0 | 3B | 2 | 12 | 12E | 39 | 3A |
| Octal | 321 | 125 | 314 | 0 | 73 | 2 | 22 | 456 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001100 | 0 | 111011 | 10 | 10010 | 100101110 | 111001 | 111010 |
Color Harmonies of #D155CC
Complementary color
Monochromatic Colors of #D155CC
Black with #D155CC
Text Example
Text Example
White with #D155CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155CC; }
p { color: rgb(209,85,204); }
H1.HeaderClassName
{
color: #D155CC;
}
.AnyTagClassName
{
color: #D155CC;
}
</style>
background-color css
<style>
a { background-color: #D155CC; }
a { background-color: rgb(209,85,204); }
div.DivClassName
{
background-color: #D155CC;
}
.BgClassName
{
background-color: #D155CC;
}
</style>
border-color css
<style>
span { border-color: #D155CC; }
span { border-color: rgb(209,85,204); }
td.TdClassName
{
border-color: #D155CC;
}
.TagClassName
{
border-color: #D155CC;
}
</style>