Shades of Fuchsia #D15DB6
Tints of Fuchsia #D15DB6
RGB
CMYK
RGB Variations
Color information
#D15DB6 (or 0xD15DB6) is known color: Fuchsia. HEX triplet: D1, 5D and B6. RGB value is (209,93,182). Sum of RGB (Red+Green+Blue) = 209+93+182=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB6 is #2EA249. Grayscale: #898989. Windows color (decimal): -3056202 or 11951569. OLE color: 11951569.
HSL color Cylindrical-coordinate representation of color #D15DB6: hue angle of 313.97º 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 #D15DB6 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 182 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.18 |
| HSL | 313.97º | 0.56% | 0.59% | - |
| HSV(B) | 313.97º | 0.56% | 0.82% | - |
| XYZ | 38.65 | 24.76 | 47 | - |
| YUV | 137.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 182 | 0 | 0.56 | 0.13 | 0.18 | 313.97 | 0.56 | 0.59 |
| Hex | D1 | 5D | B6 | 0 | 38 | D | 12 | 13A | 38 | 3B |
| Octal | 321 | 135 | 266 | 0 | 70 | 15 | 22 | 472 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10110110 | 0 | 111000 | 1101 | 10010 | 100111010 | 111000 | 111011 |
Color Harmonies of #D15DB6
Complementary color
Monochromatic Colors of #D15DB6
Black with #D15DB6
Text Example
Text Example
White with #D15DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DB6; }
p { color: rgb(209,93,182); }
H1.HeaderClassName
{
color: #D15DB6;
}
.AnyTagClassName
{
color: #D15DB6;
}
</style>
background-color css
<style>
a { background-color: #D15DB6; }
a { background-color: rgb(209,93,182); }
div.DivClassName
{
background-color: #D15DB6;
}
.BgClassName
{
background-color: #D15DB6;
}
</style>
border-color css
<style>
span { border-color: #D15DB6; }
span { border-color: rgb(209,93,182); }
td.TdClassName
{
border-color: #D15DB6;
}
.TagClassName
{
border-color: #D15DB6;
}
</style>