Shades of Fuchsia #D15DB3
Tints of Fuchsia #D15DB3
RGB
CMYK
RGB Variations
Color information
#D15DB3 (or 0xD15DB3) is known color: Fuchsia. HEX triplet: D1, 5D and B3. RGB value is (209,93,179). Sum of RGB (Red+Green+Blue) = 209+93+179=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB3 is #2EA24C. Grayscale: #898989. Windows color (decimal): -3056205 or 11754961. OLE color: 11754961.
HSL color Cylindrical-coordinate representation of color #D15DB3: hue angle of 315.52º 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 #D15DB3 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 179 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.18 |
| HSL | 315.52º | 0.56% | 0.59% | - |
| HSV(B) | 315.52º | 0.56% | 0.82% | - |
| XYZ | 38.35 | 24.64 | 45.38 | - |
| YUV | 137.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 179 | 0 | 0.56 | 0.14 | 0.18 | 315.52 | 0.56 | 0.59 |
| Hex | D1 | 5D | B3 | 0 | 38 | E | 12 | 13C | 38 | 3B |
| Octal | 321 | 135 | 263 | 0 | 70 | 16 | 22 | 474 | 70 | 73 |
| Binary | 11010001 | 1011101 | 10110011 | 0 | 111000 | 1110 | 10010 | 100111100 | 111000 | 111011 |
Color Harmonies of #D15DB3
Complementary color
Monochromatic Colors of #D15DB3
Black with #D15DB3
Text Example
Text Example
White with #D15DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DB3; }
p { color: rgb(209,93,179); }
H1.HeaderClassName
{
color: #D15DB3;
}
.AnyTagClassName
{
color: #D15DB3;
}
</style>
background-color css
<style>
a { background-color: #D15DB3; }
a { background-color: rgb(209,93,179); }
div.DivClassName
{
background-color: #D15DB3;
}
.BgClassName
{
background-color: #D15DB3;
}
</style>
border-color css
<style>
span { border-color: #D15DB3; }
span { border-color: rgb(209,93,179); }
td.TdClassName
{
border-color: #D15DB3;
}
.TagClassName
{
border-color: #D15DB3;
}
</style>