Shades of Fuchsia #D15DBB
Tints of Fuchsia #D15DBB
RGB
CMYK
RGB Variations
Color information
#D15DBB (or 0xD15DBB) is known color: Fuchsia. HEX triplet: D1, 5D and BB. RGB value is (209,93,187). Sum of RGB (Red+Green+Blue) = 209+93+187=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DBB is #2EA244. Grayscale: #8A8A8A. Windows color (decimal): -3056197 or 12279249. OLE color: 12279249.
HSL color Cylindrical-coordinate representation of color #D15DBB: hue angle of 311.38º 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 #D15DBB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 187 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.18 |
| HSL | 311.38º | 0.56% | 0.59% | - |
| HSV(B) | 311.38º | 0.56% | 0.82% | - |
| XYZ | 39.18 | 24.97 | 49.77 | - |
| YUV | 138.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 187 | 0 | 0.56 | 0.11 | 0.18 | 311.38 | 0.56 | 0.59 |
| Hex | D1 | 5D | BB | 0 | 38 | B | 12 | 137 | 38 | 3B |
| Octal | 321 | 135 | 273 | 0 | 70 | 13 | 22 | 467 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10111011 | 0 | 111000 | 1011 | 10010 | 100110111 | 111000 | 111011 |
Color Harmonies of #D15DBB
Complementary color
Monochromatic Colors of #D15DBB
Black with #D15DBB
Text Example
Text Example
White with #D15DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DBB; }
p { color: rgb(209,93,187); }
H1.HeaderClassName
{
color: #D15DBB;
}
.AnyTagClassName
{
color: #D15DBB;
}
</style>
background-color css
<style>
a { background-color: #D15DBB; }
a { background-color: rgb(209,93,187); }
div.DivClassName
{
background-color: #D15DBB;
}
.BgClassName
{
background-color: #D15DBB;
}
</style>
border-color css
<style>
span { border-color: #D15DBB; }
span { border-color: rgb(209,93,187); }
td.TdClassName
{
border-color: #D15DBB;
}
.TagClassName
{
border-color: #D15DBB;
}
</style>