Shades of Fuchsia #D145B7
Tints of Fuchsia #D145B7
RGB
CMYK
RGB Variations
Color information
#D145B7 (or 0xD145B7) is known color: Fuchsia. HEX triplet: D1, 45 and B7. RGB value is (209,69,183). Sum of RGB (Red+Green+Blue) = 209+69+183=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D145B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145B7 is #2EBA48. Grayscale: #7B7B7B. Windows color (decimal): -3062345 or 12010961. OLE color: 12010961.
HSL color Cylindrical-coordinate representation of color #D145B7: hue angle of 311.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145B7 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 183 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.18 |
| HSL | 311.14º | 0.6% | 0.55% | - |
| HSV(B) | 311.14º | 0.67% | 0.82% | - |
| XYZ | 36.97 | 21.23 | 46.95 | - |
| YUV | 123.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 183 | 0 | 0.67 | 0.12 | 0.18 | 311.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | B7 | 0 | 43 | C | 12 | 137 | 3C | 37 |
| Octal | 321 | 105 | 267 | 0 | 103 | 14 | 22 | 467 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10110111 | 0 | 1000011 | 1100 | 10010 | 100110111 | 111100 | 110111 |
Color Harmonies of #D145B7
Complementary color
Monochromatic Colors of #D145B7
Black with #D145B7
Text Example
Text Example
White with #D145B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145B7; }
p { color: rgb(209,69,183); }
H1.HeaderClassName
{
color: #D145B7;
}
.AnyTagClassName
{
color: #D145B7;
}
</style>
background-color css
<style>
a { background-color: #D145B7; }
a { background-color: rgb(209,69,183); }
div.DivClassName
{
background-color: #D145B7;
}
.BgClassName
{
background-color: #D145B7;
}
</style>
border-color css
<style>
span { border-color: #D145B7; }
span { border-color: rgb(209,69,183); }
td.TdClassName
{
border-color: #D145B7;
}
.TagClassName
{
border-color: #D145B7;
}
</style>