Shades of Fuchsia #D145CF
Tints of Fuchsia #D145CF
RGB
CMYK
RGB Variations
Color information
#D145CF (or 0xD145CF) is known color: Fuchsia. HEX triplet: D1, 45 and CF. RGB value is (209,69,207). Sum of RGB (Red+Green+Blue) = 209+69+207=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D145CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145CF is #2EBA30. Grayscale: #7E7E7E. Windows color (decimal): -3062321 or 13583825. OLE color: 13583825.
HSL color Cylindrical-coordinate representation of color #D145CF: hue angle of 300.86º 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 #D145CF is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 207 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.18 |
| HSL | 300.86º | 0.6% | 0.55% | - |
| HSV(B) | 300.86º | 0.67% | 0.82% | - |
| XYZ | 39.69 | 22.32 | 61.25 | - |
| YUV | 126.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 207 | 0 | 0.67 | 0.01 | 0.18 | 300.86 | 0.6 | 0.55 |
| Hex | D1 | 45 | CF | 0 | 43 | 1 | 12 | 12D | 3C | 37 |
| Octal | 321 | 105 | 317 | 0 | 103 | 1 | 22 | 455 | 74 | 67 |
| Binary | 11010001 | 1000101 | 11001111 | 0 | 1000011 | 1 | 10010 | 100101101 | 111100 | 110111 |
Color Harmonies of #D145CF
Complementary color
Monochromatic Colors of #D145CF
Black with #D145CF
Text Example
Text Example
White with #D145CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145CF; }
p { color: rgb(209,69,207); }
H1.HeaderClassName
{
color: #D145CF;
}
.AnyTagClassName
{
color: #D145CF;
}
</style>
background-color css
<style>
a { background-color: #D145CF; }
a { background-color: rgb(209,69,207); }
div.DivClassName
{
background-color: #D145CF;
}
.BgClassName
{
background-color: #D145CF;
}
</style>
border-color css
<style>
span { border-color: #D145CF; }
span { border-color: rgb(209,69,207); }
td.TdClassName
{
border-color: #D145CF;
}
.TagClassName
{
border-color: #D145CF;
}
</style>