Shades of Fuchsia #D155CD
Tints of Fuchsia #D155CD
RGB
CMYK
RGB Variations
Color information
#D155CD (or 0xD155CD) is known color: Fuchsia. HEX triplet: D1, 55 and CD. RGB value is (209,85,205). Sum of RGB (Red+Green+Blue) = 209+85+205=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CD is #2EAA32. Grayscale: #878787. Windows color (decimal): -3058227 or 13456849. OLE color: 13456849.
HSL color Cylindrical-coordinate representation of color #D155CD: hue angle of 301.94º 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 #D155CD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 205 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.18 |
| HSL | 301.94º | 0.57% | 0.58% | - |
| HSV(B) | 301.94º | 0.59% | 0.82% | - |
| XYZ | 40.56 | 24.46 | 60.34 | - |
| YUV | 135.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 205 | 0 | 0.59 | 0.02 | 0.18 | 301.94 | 0.57 | 0.58 |
| Hex | D1 | 55 | CD | 0 | 3B | 2 | 12 | 12E | 39 | 3A |
| Octal | 321 | 125 | 315 | 0 | 73 | 2 | 22 | 456 | 71 | 72 |
| Binary | 11010001 | 1010101 | 11001101 | 0 | 111011 | 10 | 10010 | 100101110 | 111001 | 111010 |
Color Harmonies of #D155CD
Complementary color
Monochromatic Colors of #D155CD
Black with #D155CD
Text Example
Text Example
White with #D155CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155CD; }
p { color: rgb(209,85,205); }
H1.HeaderClassName
{
color: #D155CD;
}
.AnyTagClassName
{
color: #D155CD;
}
</style>
background-color css
<style>
a { background-color: #D155CD; }
a { background-color: rgb(209,85,205); }
div.DivClassName
{
background-color: #D155CD;
}
.BgClassName
{
background-color: #D155CD;
}
</style>
border-color css
<style>
span { border-color: #D155CD; }
span { border-color: rgb(209,85,205); }
td.TdClassName
{
border-color: #D155CD;
}
.TagClassName
{
border-color: #D155CD;
}
</style>