Shades of Fuchsia #D15CB5
Tints of Fuchsia #D15CB5
RGB
CMYK
RGB Variations
Color information
#D15CB5 (or 0xD15CB5) is known color: Fuchsia. HEX triplet: D1, 5C and B5. RGB value is (209,92,181). Sum of RGB (Red+Green+Blue) = 209+92+181=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CB5 is #2EA34A. Grayscale: #888888. Windows color (decimal): -3056459 or 11885777. OLE color: 11885777.
HSL color Cylindrical-coordinate representation of color #D15CB5: hue angle of 314.36º 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 #D15CB5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 181 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.18 |
| HSL | 314.36º | 0.56% | 0.59% | - |
| HSV(B) | 314.36º | 0.56% | 0.82% | - |
| XYZ | 38.46 | 24.55 | 46.43 | - |
| YUV | 137.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 181 | 0 | 0.56 | 0.13 | 0.18 | 314.36 | 0.56 | 0.59 |
| Hex | D1 | 5C | B5 | 0 | 38 | D | 12 | 13A | 38 | 3B |
| Octal | 321 | 134 | 265 | 0 | 70 | 15 | 22 | 472 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10110101 | 0 | 111000 | 1101 | 10010 | 100111010 | 111000 | 111011 |
Color Harmonies of #D15CB5
Complementary color
Monochromatic Colors of #D15CB5
Black with #D15CB5
Text Example
Text Example
White with #D15CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CB5; }
p { color: rgb(209,92,181); }
H1.HeaderClassName
{
color: #D15CB5;
}
.AnyTagClassName
{
color: #D15CB5;
}
</style>
background-color css
<style>
a { background-color: #D15CB5; }
a { background-color: rgb(209,92,181); }
div.DivClassName
{
background-color: #D15CB5;
}
.BgClassName
{
background-color: #D15CB5;
}
</style>
border-color css
<style>
span { border-color: #D15CB5; }
span { border-color: rgb(209,92,181); }
td.TdClassName
{
border-color: #D15CB5;
}
.TagClassName
{
border-color: #D15CB5;
}
</style>