Shades of Fuchsia #D16BB3
Tints of Fuchsia #D16BB3
RGB
CMYK
RGB Variations
Color information
#D16BB3 (or 0xD16BB3) is known color: Fuchsia. HEX triplet: D1, 6B and B3. RGB value is (209,107,179). Sum of RGB (Red+Green+Blue) = 209+107+179=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D16BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BB3 is #2E944C. Grayscale: #919191. Windows color (decimal): -3052621 or 11758545. OLE color: 11758545.
HSL color Cylindrical-coordinate representation of color #D16BB3: hue angle of 317.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16BB3 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 179 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.18 |
| HSL | 317.65º | 0.53% | 0.62% | - |
| HSV(B) | 317.65º | 0.49% | 0.82% | - |
| XYZ | 39.69 | 27.33 | 45.83 | - |
| YUV | 145.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 179 | 0 | 0.49 | 0.14 | 0.18 | 317.65 | 0.53 | 0.62 |
| Hex | D1 | 6B | B3 | 0 | 31 | E | 12 | 13E | 35 | 3E |
| Octal | 321 | 153 | 263 | 0 | 61 | 16 | 22 | 476 | 65 | 76 |
| Binary | 11010001 | 1101011 | 10110011 | 0 | 110001 | 1110 | 10010 | 100111110 | 110101 | 111110 |
Color Harmonies of #D16BB3
Complementary color
Monochromatic Colors of #D16BB3
Black with #D16BB3
Text Example
Text Example
White with #D16BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BB3; }
p { color: rgb(209,107,179); }
H1.HeaderClassName
{
color: #D16BB3;
}
.AnyTagClassName
{
color: #D16BB3;
}
</style>
background-color css
<style>
a { background-color: #D16BB3; }
a { background-color: rgb(209,107,179); }
div.DivClassName
{
background-color: #D16BB3;
}
.BgClassName
{
background-color: #D16BB3;
}
</style>
border-color css
<style>
span { border-color: #D16BB3; }
span { border-color: rgb(209,107,179); }
td.TdClassName
{
border-color: #D16BB3;
}
.TagClassName
{
border-color: #D16BB3;
}
</style>