Shades of Fuchsia #D15BBC
Tints of Fuchsia #D15BBC
RGB
CMYK
RGB Variations
Color information
#D15BBC (or 0xD15BBC) is known color: Fuchsia. HEX triplet: D1, 5B and BC. RGB value is (209,91,188). Sum of RGB (Red+Green+Blue) = 209+91+188=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BBC is #2EA443. Grayscale: #898989. Windows color (decimal): -3056708 or 12344273. OLE color: 12344273.
HSL color Cylindrical-coordinate representation of color #D15BBC: hue angle of 310.68º 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 #D15BBC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 188 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.18 |
| HSL | 310.68º | 0.56% | 0.59% | - |
| HSV(B) | 310.68º | 0.56% | 0.82% | - |
| XYZ | 39.11 | 24.67 | 50.28 | - |
| YUV | 137.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 188 | 0 | 0.56 | 0.10 | 0.18 | 310.68 | 0.56 | 0.59 |
| Hex | D1 | 5B | BC | 0 | 38 | A | 12 | 137 | 38 | 3B |
| Octal | 321 | 133 | 274 | 0 | 70 | 12 | 22 | 467 | 70 | 73 |
| Binary | 11010001 | 1011011 | 10111100 | 0 | 111000 | 1010 | 10010 | 100110111 | 111000 | 111011 |
Color Harmonies of #D15BBC
Complementary color
Monochromatic Colors of #D15BBC
Black with #D15BBC
Text Example
Text Example
White with #D15BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BBC; }
p { color: rgb(209,91,188); }
H1.HeaderClassName
{
color: #D15BBC;
}
.AnyTagClassName
{
color: #D15BBC;
}
</style>
background-color css
<style>
a { background-color: #D15BBC; }
a { background-color: rgb(209,91,188); }
div.DivClassName
{
background-color: #D15BBC;
}
.BgClassName
{
background-color: #D15BBC;
}
</style>
border-color css
<style>
span { border-color: #D15BBC; }
span { border-color: rgb(209,91,188); }
td.TdClassName
{
border-color: #D15BBC;
}
.TagClassName
{
border-color: #D15BBC;
}
</style>