Shades of Fuchsia #D15CAF
Tints of Fuchsia #D15CAF
RGB
CMYK
RGB Variations
Color information
#D15CAF (or 0xD15CAF) is known color: Fuchsia. HEX triplet: D1, 5C and AF. RGB value is (209,92,175). Sum of RGB (Red+Green+Blue) = 209+92+175=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CAF is #2EA350. Grayscale: #888888. Windows color (decimal): -3056465 or 11492561. OLE color: 11492561.
HSL color Cylindrical-coordinate representation of color #D15CAF: hue angle of 317.44º 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 #D15CAF is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 175 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.18 |
| HSL | 317.44º | 0.56% | 0.59% | - |
| HSV(B) | 317.44º | 0.56% | 0.82% | - |
| XYZ | 37.86 | 24.3 | 43.25 | - |
| YUV | 136.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 175 | 0 | 0.56 | 0.16 | 0.18 | 317.44 | 0.56 | 0.59 |
| Hex | D1 | 5C | AF | 0 | 38 | 10 | 12 | 13D | 38 | 3B |
| Octal | 321 | 134 | 257 | 0 | 70 | 20 | 22 | 475 | 70 | 73 |
| Binary | 11010001 | 1011100 | 10101111 | 0 | 111000 | 10000 | 10010 | 100111101 | 111000 | 111011 |
Color Harmonies of #D15CAF
Complementary color
Monochromatic Colors of #D15CAF
Black with #D15CAF
Text Example
Text Example
White with #D15CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CAF; }
p { color: rgb(209,92,175); }
H1.HeaderClassName
{
color: #D15CAF;
}
.AnyTagClassName
{
color: #D15CAF;
}
</style>
background-color css
<style>
a { background-color: #D15CAF; }
a { background-color: rgb(209,92,175); }
div.DivClassName
{
background-color: #D15CAF;
}
.BgClassName
{
background-color: #D15CAF;
}
</style>
border-color css
<style>
span { border-color: #D15CAF; }
span { border-color: rgb(209,92,175); }
td.TdClassName
{
border-color: #D15CAF;
}
.TagClassName
{
border-color: #D15CAF;
}
</style>