Shades of Fuchsia #D15DBA
Tints of Fuchsia #D15DBA
RGB
CMYK
RGB Variations
Color information
#D15DBA (or 0xD15DBA) is known color: Fuchsia. HEX triplet: D1, 5D and BA. RGB value is (209,93,186). Sum of RGB (Red+Green+Blue) = 209+93+186=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DBA is #2EA245. Grayscale: #8A8A8A. Windows color (decimal): -3056198 or 12213713. OLE color: 12213713.
HSL color Cylindrical-coordinate representation of color #D15DBA: hue angle of 311.9º 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 #D15DBA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 186 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 311.9º | 0.56% | 0.59% | - |
| HSV(B) | 311.9º | 0.56% | 0.82% | - |
| XYZ | 39.07 | 24.93 | 49.21 | - |
| YUV | 138.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 186 | 0 | 0.56 | 0.11 | 0.18 | 311.9 | 0.56 | 0.59 |
| Hex | D1 | 5D | BA | 0 | 38 | B | 12 | 138 | 38 | 3B |
| Octal | 321 | 135 | 272 | 0 | 70 | 13 | 22 | 470 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10111010 | 0 | 111000 | 1011 | 10010 | 100111000 | 111000 | 111011 |
Color Harmonies of #D15DBA
Complementary color
Monochromatic Colors of #D15DBA
Black with #D15DBA
Text Example
Text Example
White with #D15DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DBA; }
p { color: rgb(209,93,186); }
H1.HeaderClassName
{
color: #D15DBA;
}
.AnyTagClassName
{
color: #D15DBA;
}
</style>
background-color css
<style>
a { background-color: #D15DBA; }
a { background-color: rgb(209,93,186); }
div.DivClassName
{
background-color: #D15DBA;
}
.BgClassName
{
background-color: #D15DBA;
}
</style>
border-color css
<style>
span { border-color: #D15DBA; }
span { border-color: rgb(209,93,186); }
td.TdClassName
{
border-color: #D15DBA;
}
.TagClassName
{
border-color: #D15DBA;
}
</style>