Shades of Fuchsia #D145B2
Tints of Fuchsia #D145B2
RGB
CMYK
RGB Variations
Color information
#D145B2 (or 0xD145B2) is known color: Fuchsia. HEX triplet: D1, 45 and B2. RGB value is (209,69,178). Sum of RGB (Red+Green+Blue) = 209+69+178=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D145B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145B2 is #2EBA4D. Grayscale: #7A7A7A. Windows color (decimal): -3062350 or 11683281. OLE color: 11683281.
HSL color Cylindrical-coordinate representation of color #D145B2: hue angle of 313.29º 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 #D145B2 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 178 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.18 |
| HSL | 313.29º | 0.6% | 0.55% | - |
| HSV(B) | 313.29º | 0.67% | 0.82% | - |
| XYZ | 36.46 | 21.03 | 44.26 | - |
| YUV | 123.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 178 | 0 | 0.67 | 0.15 | 0.18 | 313.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | B2 | 0 | 43 | F | 12 | 139 | 3C | 37 |
| Octal | 321 | 105 | 262 | 0 | 103 | 17 | 22 | 471 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10110010 | 0 | 1000011 | 1111 | 10010 | 100111001 | 111100 | 110111 |
Color Harmonies of #D145B2
Complementary color
Monochromatic Colors of #D145B2
Black with #D145B2
Text Example
Text Example
White with #D145B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145B2; }
p { color: rgb(209,69,178); }
H1.HeaderClassName
{
color: #D145B2;
}
.AnyTagClassName
{
color: #D145B2;
}
</style>
background-color css
<style>
a { background-color: #D145B2; }
a { background-color: rgb(209,69,178); }
div.DivClassName
{
background-color: #D145B2;
}
.BgClassName
{
background-color: #D145B2;
}
</style>
border-color css
<style>
span { border-color: #D145B2; }
span { border-color: rgb(209,69,178); }
td.TdClassName
{
border-color: #D145B2;
}
.TagClassName
{
border-color: #D145B2;
}
</style>