Shades of Fuchsia #D15DB5
Tints of Fuchsia #D15DB5
RGB
CMYK
RGB Variations
Color information
#D15DB5 (or 0xD15DB5) is known color: Fuchsia. HEX triplet: D1, 5D and B5. RGB value is (209,93,181). Sum of RGB (Red+Green+Blue) = 209+93+181=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB5 is #2EA24A. Grayscale: #898989. Windows color (decimal): -3056203 or 11886033. OLE color: 11886033.
HSL color Cylindrical-coordinate representation of color #D15DB5: hue angle of 314.48º 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 #D15DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 181 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.18 |
| HSL | 314.48º | 0.56% | 0.59% | - |
| HSV(B) | 314.48º | 0.56% | 0.82% | - |
| XYZ | 38.55 | 24.72 | 46.46 | - |
| YUV | 137.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 181 | 0 | 0.56 | 0.13 | 0.18 | 314.48 | 0.56 | 0.59 |
| Hex | D1 | 5D | B5 | 0 | 38 | D | 12 | 13A | 38 | 3B |
| Octal | 321 | 135 | 265 | 0 | 70 | 15 | 22 | 472 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10110101 | 0 | 111000 | 1101 | 10010 | 100111010 | 111000 | 111011 |
Color Harmonies of #D15DB5
Complementary color
Monochromatic Colors of #D15DB5
Black with #D15DB5
Text Example
Text Example
White with #D15DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DB5; }
p { color: rgb(209,93,181); }
H1.HeaderClassName
{
color: #D15DB5;
}
.AnyTagClassName
{
color: #D15DB5;
}
</style>
background-color css
<style>
a { background-color: #D15DB5; }
a { background-color: rgb(209,93,181); }
div.DivClassName
{
background-color: #D15DB5;
}
.BgClassName
{
background-color: #D15DB5;
}
</style>
border-color css
<style>
span { border-color: #D15DB5; }
span { border-color: rgb(209,93,181); }
td.TdClassName
{
border-color: #D15DB5;
}
.TagClassName
{
border-color: #D15DB5;
}
</style>