Shades of Fuchsia #D156B7
Tints of Fuchsia #D156B7
RGB
CMYK
RGB Variations
Color information
#D156B7 (or 0xD156B7) is known color: Fuchsia. HEX triplet: D1, 56 and B7. RGB value is (209,86,183). Sum of RGB (Red+Green+Blue) = 209+86+183=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D156B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D156B7 is #2EA948. Grayscale: #858585. Windows color (decimal): -3057993 or 12015313. OLE color: 12015313.
HSL color Cylindrical-coordinate representation of color #D156B7: hue angle of 312.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D156B7 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 183 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.18 |
| HSL | 312.68º | 0.57% | 0.58% | - |
| HSV(B) | 312.68º | 0.59% | 0.82% | - |
| XYZ | 38.17 | 23.63 | 47.35 | - |
| YUV | 133.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 183 | 0 | 0.59 | 0.12 | 0.18 | 312.68 | 0.57 | 0.58 |
| Hex | D1 | 56 | B7 | 0 | 3B | C | 12 | 139 | 39 | 3A |
| Octal | 321 | 126 | 267 | 0 | 73 | 14 | 22 | 471 | 71 | 72 |
| Binary | 11010001 | 1010110 | 10110111 | 0 | 111011 | 1100 | 10010 | 100111001 | 111001 | 111010 |
Color Harmonies of #D156B7
Complementary color
Monochromatic Colors of #D156B7
Black with #D156B7
Text Example
Text Example
White with #D156B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D156B7; }
p { color: rgb(209,86,183); }
H1.HeaderClassName
{
color: #D156B7;
}
.AnyTagClassName
{
color: #D156B7;
}
</style>
background-color css
<style>
a { background-color: #D156B7; }
a { background-color: rgb(209,86,183); }
div.DivClassName
{
background-color: #D156B7;
}
.BgClassName
{
background-color: #D156B7;
}
</style>
border-color css
<style>
span { border-color: #D156B7; }
span { border-color: rgb(209,86,183); }
td.TdClassName
{
border-color: #D156B7;
}
.TagClassName
{
border-color: #D156B7;
}
</style>