Shades of Fuchsia #D143CF
Tints of Fuchsia #D143CF
RGB
CMYK
RGB Variations
Color information
#D143CF (or 0xD143CF) is known color: Fuchsia. HEX triplet: D1, 43 and CF. RGB value is (209,67,207). Sum of RGB (Red+Green+Blue) = 209+67+207=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D143CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143CF is #2EBC30. Grayscale: #7C7C7C. Windows color (decimal): -3062833 or 13583313. OLE color: 13583313.
HSL color Cylindrical-coordinate representation of color #D143CF: hue angle of 300.85º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D143CF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 207 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.18 |
| HSL | 300.85º | 0.61% | 0.54% | - |
| HSV(B) | 300.85º | 0.68% | 0.82% | - |
| XYZ | 39.56 | 22.07 | 61.21 | - |
| YUV | 125.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 207 | 0 | 0.68 | 0.01 | 0.18 | 300.85 | 0.61 | 0.54 |
| Hex | D1 | 43 | CF | 0 | 44 | 1 | 12 | 12D | 3D | 36 |
| Octal | 321 | 103 | 317 | 0 | 104 | 1 | 22 | 455 | 75 | 66 |
| Binary | 11010001 | 1000011 | 11001111 | 0 | 1000100 | 1 | 10010 | 100101101 | 111101 | 110110 |
Color Harmonies of #D143CF
Complementary color
Monochromatic Colors of #D143CF
Black with #D143CF
Text Example
Text Example
White with #D143CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143CF; }
p { color: rgb(209,67,207); }
H1.HeaderClassName
{
color: #D143CF;
}
.AnyTagClassName
{
color: #D143CF;
}
</style>
background-color css
<style>
a { background-color: #D143CF; }
a { background-color: rgb(209,67,207); }
div.DivClassName
{
background-color: #D143CF;
}
.BgClassName
{
background-color: #D143CF;
}
</style>
border-color css
<style>
span { border-color: #D143CF; }
span { border-color: rgb(209,67,207); }
td.TdClassName
{
border-color: #D143CF;
}
.TagClassName
{
border-color: #D143CF;
}
</style>