Shades of Fuchsia #D15FB3
Tints of Fuchsia #D15FB3
RGB
CMYK
RGB Variations
Color information
#D15FB3 (or 0xD15FB3) is known color: Fuchsia. HEX triplet: D1, 5F and B3. RGB value is (209,95,179). Sum of RGB (Red+Green+Blue) = 209+95+179=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB3 is #2EA04C. Grayscale: #8A8A8A. Windows color (decimal): -3055693 or 11755473. OLE color: 11755473.
HSL color Cylindrical-coordinate representation of color #D15FB3: hue angle of 315.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FB3 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 179 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.18 |
| HSL | 315.79º | 0.55% | 0.6% | - |
| HSV(B) | 315.79º | 0.55% | 0.82% | - |
| XYZ | 38.52 | 24.99 | 45.44 | - |
| YUV | 138.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 179 | 0 | 0.55 | 0.14 | 0.18 | 315.79 | 0.55 | 0.6 |
| Hex | D1 | 5F | B3 | 0 | 37 | E | 12 | 13C | 37 | 3C |
| Octal | 321 | 137 | 263 | 0 | 67 | 16 | 22 | 474 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10110011 | 0 | 110111 | 1110 | 10010 | 100111100 | 110111 | 111100 |
Color Harmonies of #D15FB3
Complementary color
Monochromatic Colors of #D15FB3
Black with #D15FB3
Text Example
Text Example
White with #D15FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FB3; }
p { color: rgb(209,95,179); }
H1.HeaderClassName
{
color: #D15FB3;
}
.AnyTagClassName
{
color: #D15FB3;
}
</style>
background-color css
<style>
a { background-color: #D15FB3; }
a { background-color: rgb(209,95,179); }
div.DivClassName
{
background-color: #D15FB3;
}
.BgClassName
{
background-color: #D15FB3;
}
</style>
border-color css
<style>
span { border-color: #D15FB3; }
span { border-color: rgb(209,95,179); }
td.TdClassName
{
border-color: #D15FB3;
}
.TagClassName
{
border-color: #D15FB3;
}
</style>