Shades of Fuchsia #D155B4
Tints of Fuchsia #D155B4
RGB
CMYK
RGB Variations
Color information
#D155B4 (or 0xD155B4) is known color: Fuchsia. HEX triplet: D1, 55 and B4. RGB value is (209,85,180). Sum of RGB (Red+Green+Blue) = 209+85+180=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D155B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155B4 is #2EAA4B. Grayscale: #848484. Windows color (decimal): -3058252 or 11818449. OLE color: 11818449.
HSL color Cylindrical-coordinate representation of color #D155B4: hue angle of 314.03º 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 #D155B4 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 180 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.18 |
| HSL | 314.03º | 0.57% | 0.58% | - |
| HSV(B) | 314.03º | 0.59% | 0.82% | - |
| XYZ | 37.78 | 23.35 | 45.7 | - |
| YUV | 132.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 180 | 0 | 0.59 | 0.14 | 0.18 | 314.03 | 0.57 | 0.58 |
| Hex | D1 | 55 | B4 | 0 | 3B | E | 12 | 13A | 39 | 3A |
| Octal | 321 | 125 | 264 | 0 | 73 | 16 | 22 | 472 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10110100 | 0 | 111011 | 1110 | 10010 | 100111010 | 111001 | 111010 |
Color Harmonies of #D155B4
Complementary color
Monochromatic Colors of #D155B4
Black with #D155B4
Text Example
Text Example
White with #D155B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155B4; }
p { color: rgb(209,85,180); }
H1.HeaderClassName
{
color: #D155B4;
}
.AnyTagClassName
{
color: #D155B4;
}
</style>
background-color css
<style>
a { background-color: #D155B4; }
a { background-color: rgb(209,85,180); }
div.DivClassName
{
background-color: #D155B4;
}
.BgClassName
{
background-color: #D155B4;
}
</style>
border-color css
<style>
span { border-color: #D155B4; }
span { border-color: rgb(209,85,180); }
td.TdClassName
{
border-color: #D155B4;
}
.TagClassName
{
border-color: #D155B4;
}
</style>