Shades of Fuchsia #D15DBD
Tints of Fuchsia #D15DBD
RGB
CMYK
RGB Variations
Color information
#D15DBD (or 0xD15DBD) is known color: Fuchsia. HEX triplet: D1, 5D and BD. RGB value is (209,93,189). Sum of RGB (Red+Green+Blue) = 209+93+189=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DBD is #2EA242. Grayscale: #8A8A8A. Windows color (decimal): -3056195 or 12410321. OLE color: 12410321.
HSL color Cylindrical-coordinate representation of color #D15DBD: hue angle of 310.34º 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 #D15DBD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 189 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.18 |
| HSL | 310.34º | 0.56% | 0.59% | - |
| HSV(B) | 310.34º | 0.56% | 0.82% | - |
| XYZ | 39.39 | 25.06 | 50.9 | - |
| YUV | 138.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 189 | 0 | 0.56 | 0.10 | 0.18 | 310.34 | 0.56 | 0.59 |
| Hex | D1 | 5D | BD | 0 | 38 | A | 12 | 136 | 38 | 3B |
| Octal | 321 | 135 | 275 | 0 | 70 | 12 | 22 | 466 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10111101 | 0 | 111000 | 1010 | 10010 | 100110110 | 111000 | 111011 |
Color Harmonies of #D15DBD
Complementary color
Monochromatic Colors of #D15DBD
Black with #D15DBD
Text Example
Text Example
White with #D15DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DBD; }
p { color: rgb(209,93,189); }
H1.HeaderClassName
{
color: #D15DBD;
}
.AnyTagClassName
{
color: #D15DBD;
}
</style>
background-color css
<style>
a { background-color: #D15DBD; }
a { background-color: rgb(209,93,189); }
div.DivClassName
{
background-color: #D15DBD;
}
.BgClassName
{
background-color: #D15DBD;
}
</style>
border-color css
<style>
span { border-color: #D15DBD; }
span { border-color: rgb(209,93,189); }
td.TdClassName
{
border-color: #D15DBD;
}
.TagClassName
{
border-color: #D15DBD;
}
</style>