Shades of Fuchsia #D15CBA
Tints of Fuchsia #D15CBA
RGB
CMYK
RGB Variations
Color information
#D15CBA (or 0xD15CBA) is known color: Fuchsia. HEX triplet: D1, 5C and BA. RGB value is (209,92,186). Sum of RGB (Red+Green+Blue) = 209+92+186=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CBA is #2EA345. Grayscale: #898989. Windows color (decimal): -3056454 or 12213457. OLE color: 12213457.
HSL color Cylindrical-coordinate representation of color #D15CBA: hue angle of 311.79º 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 #D15CBA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 186 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 311.79º | 0.56% | 0.59% | - |
| HSV(B) | 311.79º | 0.56% | 0.82% | - |
| XYZ | 38.98 | 24.75 | 49.18 | - |
| YUV | 137.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 186 | 0 | 0.56 | 0.11 | 0.18 | 311.79 | 0.56 | 0.59 |
| Hex | D1 | 5C | BA | 0 | 38 | B | 12 | 138 | 38 | 3B |
| Octal | 321 | 134 | 272 | 0 | 70 | 13 | 22 | 470 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10111010 | 0 | 111000 | 1011 | 10010 | 100111000 | 111000 | 111011 |
Color Harmonies of #D15CBA
Complementary color
Monochromatic Colors of #D15CBA
Black with #D15CBA
Text Example
Text Example
White with #D15CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CBA; }
p { color: rgb(209,92,186); }
H1.HeaderClassName
{
color: #D15CBA;
}
.AnyTagClassName
{
color: #D15CBA;
}
</style>
background-color css
<style>
a { background-color: #D15CBA; }
a { background-color: rgb(209,92,186); }
div.DivClassName
{
background-color: #D15CBA;
}
.BgClassName
{
background-color: #D15CBA;
}
</style>
border-color css
<style>
span { border-color: #D15CBA; }
span { border-color: rgb(209,92,186); }
td.TdClassName
{
border-color: #D15CBA;
}
.TagClassName
{
border-color: #D15CBA;
}
</style>