Shades of Fuchsia #D15CB9
Tints of Fuchsia #D15CB9
RGB
CMYK
RGB Variations
Color information
#D15CB9 (or 0xD15CB9) is known color: Fuchsia. HEX triplet: D1, 5C and B9. RGB value is (209,92,185). Sum of RGB (Red+Green+Blue) = 209+92+185=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CB9 is #2EA346. Grayscale: #898989. Windows color (decimal): -3056455 or 12147921. OLE color: 12147921.
HSL color Cylindrical-coordinate representation of color #D15CB9: hue angle of 312.31º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15CB9 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 185 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 312.31º | 0.56% | 0.59% | - |
| HSV(B) | 312.31º | 0.56% | 0.82% | - |
| XYZ | 38.88 | 24.71 | 48.62 | - |
| YUV | 137.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 185 | 0 | 0.56 | 0.11 | 0.18 | 312.31 | 0.56 | 0.59 |
| Hex | D1 | 5C | B9 | 0 | 38 | B | 12 | 138 | 38 | 3B |
| Octal | 321 | 134 | 271 | 0 | 70 | 13 | 22 | 470 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10111001 | 0 | 111000 | 1011 | 10010 | 100111000 | 111000 | 111011 |
Color Harmonies of #D15CB9
Complementary color
Monochromatic Colors of #D15CB9
Black with #D15CB9
Text Example
Text Example
White with #D15CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CB9; }
p { color: rgb(209,92,185); }
H1.HeaderClassName
{
color: #D15CB9;
}
.AnyTagClassName
{
color: #D15CB9;
}
</style>
background-color css
<style>
a { background-color: #D15CB9; }
a { background-color: rgb(209,92,185); }
div.DivClassName
{
background-color: #D15CB9;
}
.BgClassName
{
background-color: #D15CB9;
}
</style>
border-color css
<style>
span { border-color: #D15CB9; }
span { border-color: rgb(209,92,185); }
td.TdClassName
{
border-color: #D15CB9;
}
.TagClassName
{
border-color: #D15CB9;
}
</style>