Shades of Fuchsia #D15BAC
Tints of Fuchsia #D15BAC
RGB
CMYK
RGB Variations
Color information
#D15BAC (or 0xD15BAC) is known color: Fuchsia. HEX triplet: D1, 5B and AC. RGB value is (209,91,172). Sum of RGB (Red+Green+Blue) = 209+91+172=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15BAC is #2EA453. Grayscale: #878787. Windows color (decimal): -3056724 or 11295697. OLE color: 11295697.
HSL color Cylindrical-coordinate representation of color #D15BAC: hue angle of 318.81º 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 #D15BAC is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 172 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.18 |
| HSL | 318.81º | 0.56% | 0.59% | - |
| HSV(B) | 318.81º | 0.56% | 0.82% | - |
| XYZ | 37.48 | 24.02 | 41.69 | - |
| YUV | 135.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 172 | 0 | 0.56 | 0.18 | 0.18 | 318.81 | 0.56 | 0.59 |
| Hex | D1 | 5B | AC | 0 | 38 | 12 | 12 | 13F | 38 | 3B |
| Octal | 321 | 133 | 254 | 0 | 70 | 22 | 22 | 477 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10101100 | 0 | 111000 | 10010 | 10010 | 100111111 | 111000 | 111011 |
Color Harmonies of #D15BAC
Complementary color
Monochromatic Colors of #D15BAC
Black with #D15BAC
Text Example
Text Example
White with #D15BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BAC; }
p { color: rgb(209,91,172); }
H1.HeaderClassName
{
color: #D15BAC;
}
.AnyTagClassName
{
color: #D15BAC;
}
</style>
background-color css
<style>
a { background-color: #D15BAC; }
a { background-color: rgb(209,91,172); }
div.DivClassName
{
background-color: #D15BAC;
}
.BgClassName
{
background-color: #D15BAC;
}
</style>
border-color css
<style>
span { border-color: #D15BAC; }
span { border-color: rgb(209,91,172); }
td.TdClassName
{
border-color: #D15BAC;
}
.TagClassName
{
border-color: #D15BAC;
}
</style>